Skip to content

Commit 972a592

Browse files
committed
fix: fix typo
1 parent 89363ea commit 972a592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tua-mp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "cross-env NODE_ENV=prod rollup -c",
1515
"watch": "cross-env NODE_ENV=prod rollup -c -w",
1616
"start": "npm run watch",
17-
"pub": "npm run build && npm run publish",
17+
"pub": "npm run build && npm publish",
1818
"precommit": "npm run build && lint-staged"
1919
},
2020
"lint-staged": {

0 commit comments

Comments
 (0)