Skip to content

Commit 5050f47

Browse files
authored
Merge pull request #115 from kybarg/master
Fix building on WIndows #65
2 parents 471eb62 + 9371aa9 commit 5050f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"postcoverage": "opn coverage/lcov-report/index.html",
1010
"lint": "eslint src src-clean .storybook",
1111
"storybook": "start-storybook -p 9001 -c .storybook",
12-
"build:clean": "del \"dist/!(.git*|Procfile)**\"",
12+
"build:clean": "del-cli \"dist/!(.git*|Procfile)**\"",
1313
"build:copy": "copyfiles -u 1 public/* public/**/* dist",
1414
"prebuild": "npm run build:clean && npm run build:copy",
1515
"build": "cross-env NODE_ENV=production webpack"

0 commit comments

Comments
 (0)