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 dfe3f36 commit 53db765Copy full SHA for 53db765
package.json
@@ -20,7 +20,7 @@
20
"lint:js:fix": "eslint . --fix",
21
"lint:md": "prettier --check \"**/*.{html,md,yaml,yml}\"",
22
"lint:md:fix": "prettier --write \"**/*.{html,md,yaml,yml}\"",
23
- "prepublish": "rollup -c && tsc dist/*.js --declaration --allowJs --emitDeclarationOnly",
+ "prepack": "rollup -c && tsc dist/*.js --declaration --allowJs --emitDeclarationOnly",
24
"release": "dotenv release-it --",
25
"test": "ava",
26
"test:watch": "ava --watch"
0 commit comments