Skip to content

Commit 9128be6

Browse files
committed
Add prepublishOnly npm script
1 parent b3d2b69 commit 9128be6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
],
99
"scripts": {
1010
"test": "gulp test",
11+
"prepublishOnly": "npm test",
1112
"release": "release-it"
1213
},
1314
"description": "Log all process errors: uncaught exceptions, warnings and improperly handled promises",

0 commit comments

Comments
 (0)