Skip to content

Commit

Permalink
修改 package.json 文件。
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderswang committed Aug 15, 2019
1 parent 5489730 commit 0aa6085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"sts.js": "node server/sts.js",
"dev": "cross-env NODE_ENV=development&& webpack -w",
"build": "cross-env NODE_ENV=production&& webpack",
"dev": "cross-env NODE_ENV=development webpack -w",
"build": "cross-env NODE_ENV=production webpack",
"cos-auth.min.js": "uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m"
},
"repository": {
Expand Down

0 comments on commit 0aa6085

Please sign in to comment.