ci: revert --ignore-scripts in npm ci

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