Skip to content

Commit 5256e21

Browse files
fix(build): remove prepublish test
1 parent ac4313f commit 5256e21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"lint:check": "eslint",
2727
"format:check": "prettier . --check",
2828
"format:write": "prettier . --write",
29-
"test": "node bin/test.js",
30-
"prepublishOnly": "npm run build && npm run test"
29+
"test": "node bin/test.js"
3130
},
3231
"files": [
3332
"dist/**/*"

0 commit comments

Comments
 (0)