Skip to content

Commit 6fda603

Browse files
chore: add package-lock.json (#86)
1 parent a48514b commit 6fda603

3 files changed

Lines changed: 4779 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 'latest'
2424

2525
- name: Install dependencies
26-
run: npm install --ignore-scripts
26+
run: npm ci --ignore-scripts
2727

2828
- name: Lint
2929
run: npm run lint

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
# Ignore Node.js dependencies
55
node_modules/
6-
package-lock.json

0 commit comments

Comments
 (0)