Skip to content

Commit 1618d57

Browse files
fix: add back prepublish build (#557)
1 parent f79822d commit 1618d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"lint:check": "eslint",
2727
"format:check": "prettier . --check",
2828
"format:write": "prettier . --write",
29+
"prepublishOnly": "npm run build",
2930
"test": "node bin/test.js"
3031
},
3132
"files": [

0 commit comments

Comments
 (0)