Skip to content

Commit 709db07

Browse files
committed
chore: build on prepublishOnly
1 parent 3938c75 commit 709db07

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
@@ -8,7 +8,7 @@
88
"test": "cross-env NODE_ENV=test nyc mocha -R spec",
99
"posttest": "eslint src test",
1010
"release": "standard-version",
11-
"prepublishOnly": "npm test"
11+
"prepublishOnly": "npm run build"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)