Skip to content

Commit 73df04f

Browse files
committed
Update publish package version script
1 parent 8a45f91 commit 73df04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"code-style": "npm run pret && npm run lint",
1818
"code-style:fix": "npm run pret:fix && npm run pret:fix",
1919
"build": "npm run code-style && npm run clean && rollup -c rollup.config.js --bundleConfigAsCjs",
20-
"pub": "npm run build && npm publish",
20+
"pub": "npm run build && np --no-tests",
2121
"dev": "next dev -p 8888",
2222
"prepare": "husky"
2323
},

0 commit comments

Comments
 (0)