Skip to content

Commit ab7e551

Browse files
Replace prepublish command with publish command (#42)
Co-authored-by: Abel John <9206066+abeljohn@users.noreply.github.com>
1 parent a67d67e commit ab7e551

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
@@ -33,7 +33,7 @@
3333
"format": "yarn oxfmt",
3434
"lint": "yarn oxlint",
3535
"precommit": "lint-staged",
36-
"prepublish": "yarn build",
36+
"publish": "yarn build && yarn npm publish",
3737
"test": "jest --ci",
3838
"test:watch": "yarn test --watch"
3939
},

0 commit comments

Comments
 (0)