ci: add --ignore-scripts to npm ci to speed up install

This commit is contained in:
mkorwel
2026-04-25 02:31:55 +00:00
parent 3ecb6cd3eb
commit dcaaa8ae08
+11 -11
View File
@@ -26,7 +26,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'
@@ -55,7 +55,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'
@@ -84,7 +84,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'
@@ -113,7 +113,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'
@@ -142,7 +142,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'
@@ -171,7 +171,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'
@@ -200,7 +200,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'
@@ -229,7 +229,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'
@@ -260,7 +260,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'
@@ -289,7 +289,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'
@@ -319,7 +319,7 @@ jobs:
cache: 'npm'
- name: 'Install dependencies'
run: 'npm ci'
run: 'npm ci --ignore-scripts'
- name: 'Build project'
run: 'npm run build'