Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BuptStEve committed Aug 31, 2018
1 parent 89363ea commit 972a592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tua-mp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "cross-env NODE_ENV=prod rollup -c",
"watch": "cross-env NODE_ENV=prod rollup -c -w",
"start": "npm run watch",
"pub": "npm run build && npm run publish",
"pub": "npm run build && npm publish",
"precommit": "npm run build && lint-staged"
},
"lint-staged": {
Expand Down

0 comments on commit 972a592

Please sign in to comment.