Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit cfbf750

Browse files
author
Michael Perrotte
committedMar 2, 2020
chore: updates package.json scripts; mostly for publishing
1 parent 68342f8 commit cfbf750

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"author": "Kat Marchán <kzm@zkat.tech>",
66
"license": "ISC",
77
"scripts": {
8-
"preversion": "npm run coverage && npm run lint",
8+
"preversion": "npm test",
99
"postversion": "npm publish",
10-
"postpublish": "git push origin --follow-tags",
10+
"prepublishOnly": "git push origin --follow-tags",
1111
"lint": "standard",
12-
"test": "tap"
12+
"test": "tap",
13+
"posttest": "npm run lint"
1314
},
1415
"devDependencies": {
1516
"nock": "^12.0.1",

0 commit comments

Comments
 (0)
This repository has been archived.