Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AliyunWorkbench authored Sep 8, 2021
1 parent 8156295 commit 01b5e63
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/* ./public/ && cp -r ./data ./public/ && mv public build"
"build": "webpack --mode production && cp -r ./view/* ./public/ && cp -r ./data ./public/ && mv public build"
},
"dependencies": {
"@babel/core": "^7.15.4",
Expand Down

0 comments on commit 01b5e63

Please sign in to comment.