Skip to content

Commit 325c3dc

Browse files
committed
run scripts on npm install: required by some dependencies
1 parent 64b767b commit 325c3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ runs:
1111
- name: Install dependencies
1212
uses: bahmutov/npm-install@v1
1313
with:
14-
install-command: npm ci --ignore-scripts --prefer-offline --audit false --legacy-peer-deps
14+
install-command: npm ci --prefer-offline --audit false --legacy-peer-deps

0 commit comments

Comments
 (0)