不要怂,就是干,撸起袖子干!

Commit 457b558e by Sushant

ci: no package-lock.json, no-save for npm@5 when releasing

1 parent 23640d6a
Showing with 2 additions and 1 deletions
......@@ -17,4 +17,5 @@ mkdocs.yml
.dockerignore
.editorconfig
.travis.yml
package-lock.json
......@@ -78,6 +78,6 @@ jobs:
node_js: 8
env: TRAVIS_JOB_NUMBER=WORKAROUND.1
script:
- npm i semantic-release@8 @bltechnology/customizable-commit-analyzer@1.0.2-0
- npm install --no-save --no-package-lock semantic-release@8 @bubltechnology/customizable-commit-analyzer@1.0.2-0
- npm run lint
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ]; then ./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post; fi || true'
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!