Skip to content

Commit

Permalink
Merge pull request #115 from kybarg/master
Browse files Browse the repository at this point in the history
Fix building on WIndows #65
  • Loading branch information
diegohaz committed Feb 18, 2017
2 parents 471eb62 + 9371aa9 commit 5050f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postcoverage": "opn coverage/lcov-report/index.html",
"lint": "eslint src src-clean .storybook",
"storybook": "start-storybook -p 9001 -c .storybook",
"build:clean": "del \"dist/!(.git*|Procfile)**\"",
"build:clean": "del-cli \"dist/!(.git*|Procfile)**\"",
"build:copy": "copyfiles -u 1 public/* public/**/* dist",
"prebuild": "npm run build:clean && npm run build:copy",
"build": "cross-env NODE_ENV=production webpack"
Expand Down

0 comments on commit 5050f47

Please sign in to comment.