Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 8d47679

Browse files
author
Federico Zivolo
committed
build: fix prepublish hook
1 parent 14a39cb commit 8d47679

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
@@ -27,7 +27,7 @@
2727
"test:eslint": "eslint src",
2828
"prepare": "npm run build",
2929
"precommit": "pretty-quick --staged && test",
30-
"prepublish": "git-branch-is master"
30+
"prepublishOnly": "git-branch-is master"
3131
},
3232
"jest": {
3333
"setupTestFrameworkScriptFile": "<rootDir>jest.setup.js",

0 commit comments

Comments
 (0)