Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
AliyunWorkbench committed Sep 7, 2021
1 parent 816d534 commit 0b8a332
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 @@ -6,7 +6,7 @@
"test": "node test",
"xlsxTransform": "node utils/xlsxTransform.js data",
"dev": "webpack serve --open /view/index.html",
"build": "webpack --mode production && cp ./view/index.html ./public/ && cp ./view/sw.js ./public/ && cp ./view/light.css ./public/ && cp ./view/dark.css ./public/ && mv public build && cp ./data ./public/"
"build": "webpack --mode production && cp ./view/index.html ./public/ && cp ./view/sw.js ./public/ && cp ./view/light.css ./public/ && cp ./view/dark.css ./public/ && cp -r ./data ./public/ && mv public build"
},
"dependencies": {
"@babel/core": "^7.15.4",
Expand Down

0 comments on commit 0b8a332

Please sign in to comment.