Skip to content

Commit ce32776

Browse files
Test before publish
1 parent cbdcb57 commit ce32776

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
@@ -14,7 +14,7 @@
1414
"format:check": "prettier . --check",
1515
"format:write": "prettier . --write",
1616
"test": "node bin/test.js",
17-
"prepublishOnly": "npm run build"
17+
"prepublishOnly": "npm run build && npm run test"
1818
},
1919
"files": [
2020
"dist/**/*"

0 commit comments

Comments
 (0)