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 beef960 commit 4e7d89fCopy full SHA for 4e7d89f
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"build": "NODE_ENV=production babel src -d dist",
9
"postbuild": "tsc src/index.js --declaration --allowJs --emitDeclarationOnly --outDir types",
10
- "prepublish": "npm run build && npm test",
+ "prepublishOnly": "npm run build && npm test",
11
"test": "NODE_ENV=test jest"
12
},
13
"author": "Han Lin Yap (https://yap.nu)",
0 commit comments