mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ui): set output path for purgecss
This commit is contained in:
committed by
Łukasz Mierzwa
parent
1384a4796d
commit
92d6af3cfa
@@ -95,7 +95,7 @@
|
||||
"scripts": {
|
||||
"start": "REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"postbuild": "make backup-css && purgecss -c purgecss.config.js",
|
||||
"postbuild": "make backup-css && purgecss -c purgecss.config.js -o build/static/css",
|
||||
"test": "react-scripts test",
|
||||
"storybook": "start-storybook",
|
||||
"snapshot": "build-storybook --quiet -s public && percy storybook --verbose ./storybook-static",
|
||||
|
||||
Reference in New Issue
Block a user