We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67d67e commit ab7e551Copy full SHA for ab7e551
1 file changed
package.json
@@ -33,7 +33,7 @@
33
"format": "yarn oxfmt",
34
"lint": "yarn oxlint",
35
"precommit": "lint-staged",
36
- "prepublish": "yarn build",
+ "publish": "yarn build && yarn npm publish",
37
"test": "jest --ci",
38
"test:watch": "yarn test --watch"
39
},
0 commit comments