Skip to content

Commit ab67690

Browse files
committed
deploy script correction
1 parent 00978fd commit ab67690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/staging-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '12'
1717
- name: Install dependencies
1818
run: |
19-
npm ci --ignore-scripts --unsafe-perm
19+
npm i --force --unsafe-perm
2020
- name: Force installing sharp
2121
run: npm install --ignore-scripts=false --verbose sharp@0.30.7
2222
- name: 'Create env file'

0 commit comments

Comments
 (0)