Skip to content

Commit 8b4179c

Browse files
committed
build error
1 parent 0e4759b commit 8b4179c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
npm i --force --unsafe-perm
2020
- name: Force installing sharp
21-
run: npm install --ignore-scripts=false --verbose sharp@0.30.7
21+
run: npm install --ignore-scripts=false --verbose sharp@0.30.7 --force --unsafe-perm
2222
- name: 'Create env file'
2323
run: |
2424
touch .env

.github/workflows/staging-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
npm i --force --unsafe-perm
2020
- name: Force installing sharp
21-
run: npm install --ignore-scripts=false --verbose sharp@0.30.7
21+
run: npm install --ignore-scripts=false --verbose sharp@0.30.7 --force --unsafe-perm
2222
- name: 'Create env file'
2323
run: |
2424
touch .env

0 commit comments

Comments
 (0)