Skip to content

Commit c89885b

Browse files
committed
.
1 parent 052a05c commit c89885b

File tree

3 files changed

+3385
-1
lines changed

3 files changed

+3385
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
node-version: '18'
2929
cache: 'npm'
3030

31+
- name: Remove Lock File
32+
run: rm -f package-lock.json
33+
3134
- name: Install dependencies
3235
run: npm ci
3336

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ src/test/renderer/specs/specs.json
3131
static/main.js
3232

3333
/example/docs/
34-
package-lock.json

0 commit comments

Comments
 (0)