Skip to content

Commit 46d6568

Browse files
committed
package: remove test scripts from prepublishOnly and prepare
1 parent c8bb885 commit 46d6568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
2424
"lint": "tslint --project ./tsconfig.json",
2525
"coverage": "cat coverage/lcov.info | coveralls",
26-
"prepare": "npm run clean && npm run prepare-copy-files && npm run test && npm run build ",
27-
"prepublishOnly": "npm test && npm run lint",
26+
"prepare": "npm run clean && npm run prepare-copy-files && npm run build ",
27+
"prepublishOnly": "npm run lint",
2828
"preversion": "npm run lint",
2929
"build-copy-files": "node ./scripts/build.js",
3030
"prepare-copy-files": "node ./scripts/prepare.js"

0 commit comments

Comments
 (0)