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 8a45f91 commit 73df04fCopy full SHA for 73df04f
package.json
@@ -17,7 +17,7 @@
17
"code-style": "npm run pret && npm run lint",
18
"code-style:fix": "npm run pret:fix && npm run pret:fix",
19
"build": "npm run code-style && npm run clean && rollup -c rollup.config.js --bundleConfigAsCjs",
20
- "pub": "npm run build && npm publish",
+ "pub": "npm run build && np --no-tests",
21
"dev": "next dev -p 8888",
22
"prepare": "husky"
23
},
0 commit comments