Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit f0c5ac7

Browse files
committed
fix: only run eslint and test during prepublish script
1 parent d9e4e8d commit f0c5ac7

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
@@ -20,7 +20,7 @@
2020
"test:coverage": "./bin/index.js script test:coverage",
2121
"test:update": "./bin/index.js script test:update",
2222
"test:watch": "./bin/index.js script test:watch",
23-
"prepublishOnly": "./bin/index.js script prepublishOnly",
23+
"prepublishOnly": "npm run eslint && npm run test",
2424
"release": "standard-version",
2525
"prepare": "node ./prepare.js"
2626
},

0 commit comments

Comments
 (0)