Skip to content

Commit 6ffe406

Browse files
committed
feat: adding --ignore-scripts when installing for embed-popup and app in workflows
1 parent 92d74cb commit 6ffe406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync_to_s3_generic_build_app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Install Dependencies
5353
working-directory: .
54-
run: yarn install --frozen-lockfile
54+
run: yarn install --frozen-lockfile --ignore-scripts
5555

5656
- name: Build Application
5757
working-directory: .

.github/workflows/sync_to_s3_generic_build_embed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Install Dependencies
6161
working-directory: .
62-
run: yarn install --frozen-lockfile
62+
run: yarn install --frozen-lockfile --ignore-scripts
6363

6464
- name: Build Application
6565
working-directory: .

0 commit comments

Comments
 (0)