Skip to content

Commit 5ed93df

Browse files
committed
chore: generate package-lock file
1 parent 6195f66 commit 5ed93df

File tree

4 files changed

+2336
-3
lines changed

4 files changed

+2336
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
with:
1212
node-version: '15'
1313

14-
- run: npm install
14+
- run: npm ci
1515
- run: npm run build
1616
- run: npm test

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,4 @@ lib/
283283
inputfiles/browser.webidl.json
284284
.vscode/*
285285
!.vscode/launch.template.json
286-
package-lock.json
287286
yarn.lock

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)