Skip to content

Commit dd0537d

Browse files
authored
Merge pull request #24 from ngfelixl/package/rm-yarn
Package/rm yarn
2 parents c8bb885 + f36c3e8 commit dd0537d

File tree

2 files changed

+2
-8210
lines changed

2 files changed

+2
-8210
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)