Skip to content

Commit

Permalink
发布脚本完善
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Mar 7, 2019
1 parent d61890e commit a4fcbfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"rollup --config build/rollup.config.js --format es --file dist/upload-to-ali.esm.js",
"build:unpkg":
"rollup --config build/rollup.config.js --format iife --file dist/upload-to-ali.min.js",
"precommit": "pretty-quick --staged"
"precommit": "pretty-quick --staged",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@femessage/img-preview": "^1.1.1",
Expand Down

0 comments on commit a4fcbfa

Please sign in to comment.