Skip to content

Commit 214dd45

Browse files
committed
(#110) Removed test from prepublish script
1 parent dc17ff9 commit 214dd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"coverage": "jest --coverage",
5151
"lint": "tslint -p tsconfig.json",
5252
"watch": "tsc -w -p .",
53-
"prepublishOnly": "npm run compile && npm test",
53+
"prepublishOnly": "npm run compile",
5454
"versionBump": "bump --tag --push --all",
5555
"typedoc": "typedoc --options ./typedoc.js --out ./docs lib/"
5656
},

0 commit comments

Comments
 (0)