Skip to content

Commit

Permalink
deploy script correction
Browse files Browse the repository at this point in the history
  • Loading branch information
PratheepV committed Jun 23, 2023
1 parent 23a97dd commit e049f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '12'
- name: Install dependencies
run: |
npm ci --ignore-scripts --unsafe-perm
npm i --force --unsafe-perm
- name: Force installing sharp
run: npm install --ignore-scripts=false --verbose [email protected]
- name: 'Create env file'
Expand Down

0 comments on commit e049f40

Please sign in to comment.