Skip to content

Commit

Permalink
Remove package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
th-awake committed Sep 6, 2020
1 parent c2b8b95 commit 5ad5251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 899 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
cache-name: cache-node-modules
with:
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Install NPM dependencies
run: npm ci
run: npm install

- name: Build the project
run: npm run build
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ bower_components

node_modules
*.lock
package-lock.json
Loading

0 comments on commit 5ad5251

Please sign in to comment.