Skip to content

Commit a02b238

Browse files
committed
Remove package-lock from example
1 parent 932ce64 commit a02b238

2 files changed

Lines changed: 1 addition & 3146 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
cache: npm
4242
cache-dependency-path: |
4343
package-lock.json
44-
example/package-lock.json
4544
- name: Setup corepack
4645
run: |
4746
type corepack || npm install -g corepack
@@ -50,7 +49,7 @@ jobs:
5049
run: |
5150
npm ci
5251
cd example
53-
npm ci
52+
npm install
5453
- name: Run
5554
run: |
5655
cd example

0 commit comments

Comments
 (0)