Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
fix: remove package lock file from project for greenkeeper (#25)
Browse files Browse the repository at this point in the history
* fix: remove package lock file from project for greenkeeper

This should fully prevent greenkeeper using the package scope in future commits.

* pipeline: use npm install because of missing lock file
  • Loading branch information
byCedric authored Oct 9, 2018
1 parent 0623aa4 commit 5963734
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22,335 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
.env.test.local
.env.production.local

# npm / yarn
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ node_js:
- lts/*
cache:
directories:
- ~/.npm
- node_modules
install:
- npm ci
- npm install
script:
- npx commitlint-travis
- npx stylelint ./src/**/*.js
Expand Down
Loading

0 comments on commit 5963734

Please sign in to comment.