We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052a05c commit c89885bCopy full SHA for c89885b
.github/workflows/publish.yml
@@ -28,6 +28,9 @@ jobs:
28
node-version: '18'
29
cache: 'npm'
30
31
+ - name: Remove Lock File
32
+ run: rm -f package-lock.json
33
+
34
- name: Install dependencies
35
run: npm ci
36
.gitignore
@@ -31,4 +31,3 @@ src/test/renderer/specs/specs.json
static/main.js
/example/docs/
-package-lock.json
0 commit comments