Skip to content

Commit

Permalink
修复脚本问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghuiping authored and wonderflow committed Oct 17, 2017
1 parent 838c854 commit 02471b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion logkitweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "rm ../public/static/css/* && ../public/static/js/* && react-scripts build && cp -rf ./build/* ../public",
"build": "rm ../public/static/css/* && rm ../public/static/js/* && react-scripts build && cp -rf ./build/* ../public",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
Expand Down
2 changes: 0 additions & 2 deletions public/static/js/main.0426e1a3.js

This file was deleted.

1 change: 0 additions & 1 deletion public/static/js/main.0426e1a3.js.map

This file was deleted.

0 comments on commit 02471b0

Please sign in to comment.