We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 471eb62 + 9371aa9 commit 5050f47Copy full SHA for 5050f47
package.json
@@ -9,7 +9,7 @@
9
"postcoverage": "opn coverage/lcov-report/index.html",
10
"lint": "eslint src src-clean .storybook",
11
"storybook": "start-storybook -p 9001 -c .storybook",
12
- "build:clean": "del \"dist/!(.git*|Procfile)**\"",
+ "build:clean": "del-cli \"dist/!(.git*|Procfile)**\"",
13
"build:copy": "copyfiles -u 1 public/* public/**/* dist",
14
"prebuild": "npm run build:clean && npm run build:copy",
15
"build": "cross-env NODE_ENV=production webpack"
0 commit comments