Skip to content

Commit

Permalink
Merge pull request #88 from D-e-e-m-o/patch-1
Browse files Browse the repository at this point in the history
fix npm build error
  • Loading branch information
ruanyf committed Apr 3, 2018
2 parents 5cf842f + 83ad730 commit 0507742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo09/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"dev": "npx cross-env DEBUG=true webpack-dev-server --open",
"build": "cross-env DEBUG=false webpack"
"build": "npx cross-env DEBUG=false webpack"
},
"license": "MIT"
}

0 comments on commit 0507742

Please sign in to comment.