We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7b1d6 commit f76f172Copy full SHA for f76f172
1 file changed
.github/workflows/release.yml
@@ -25,11 +25,9 @@ jobs:
25
uses: actions/setup-node@v4
26
with:
27
node-version: '22'
28
- cache: 'npm'
29
- cache-dependency-path: package-lock.json
30
31
- name: Install dependencies
32
- run: npm install
+ run: npm install --ignore-scripts
33
34
- name: Build web
35
run: npm run build
@@ -69,11 +67,9 @@ jobs:
69
67
70
68
71
72
73
74
75
- name: Install frontend dependencies
76
77
78
- name: Download web build
79
uses: actions/download-artifact@v4
0 commit comments