Skip to content

Commit

Permalink
Don't ignore package-lock.json any longer
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Aug 26, 2024
1 parent 9e9993e commit 8de8818
Show file tree
Hide file tree
Showing 3 changed files with 13,580 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: 'package.json'
- name: Install npm dependencies
run: npm install
- name: Run lint
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# npm
/node_modules
/package-lock.json

# Jest
/test/coverage
Expand Down
Loading

0 comments on commit 8de8818

Please sign in to comment.