Skip to content

Commit

Permalink
Don't ignore package-lock.json any longer (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton authored Aug 27, 2024
1 parent 551713d commit 664730e
Show file tree
Hide file tree
Showing 3 changed files with 8,615 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

# JSDoc
/docs
Loading

0 comments on commit 664730e

Please sign in to comment.