We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89363ea commit 972a592Copy full SHA for 972a592
packages/tua-mp/package.json
@@ -14,7 +14,7 @@
14
"build": "cross-env NODE_ENV=prod rollup -c",
15
"watch": "cross-env NODE_ENV=prod rollup -c -w",
16
"start": "npm run watch",
17
- "pub": "npm run build && npm run publish",
+ "pub": "npm run build && npm publish",
18
"precommit": "npm run build && lint-staged"
19
},
20
"lint-staged": {
0 commit comments