Skip to content

Commit 4e7d89f

Browse files
committed
Update prepublishOnly
1 parent beef960 commit 4e7d89f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "NODE_ENV=production babel src -d dist",
99
"postbuild": "tsc src/index.js --declaration --allowJs --emitDeclarationOnly --outDir types",
10-
"prepublish": "npm run build && npm test",
10+
"prepublishOnly": "npm run build && npm test",
1111
"test": "NODE_ENV=test jest"
1212
},
1313
"author": "Han Lin Yap (https://yap.nu)",

0 commit comments

Comments
 (0)