We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0688271 commit b2d3bf2Copy full SHA for b2d3bf2
.travis.yml
@@ -2,7 +2,7 @@ language: node_js
2
node_js:
3
- lts/*
4
5
-cache: npm
+#cache: npm
6
# directories:
7
# - $HOME/.npm
8
# - node_modules
package.json
@@ -34,7 +34,6 @@
34
"commitmsg": "validate-commit-msg",
35
"deploy-docs": "ts-node tools/gh-pages-publish",
36
"lint": "npm run prettier && tslint --project tsconfig.json -t codeFrame --fix",
37
- "prepush": "npm run test:prod && npm run build",
38
"report-coverage": "cat ./coverage/lcov.info | coveralls",
39
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
40
"test": "jest",
0 commit comments