Skip to content

Commit

Permalink
ci(cd): add required deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Dec 1, 2024
1 parent 5f3d237 commit dd747e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: lts/Iron

- name: Install package dependencies
run: npm ci
run: npm ci && npm i -D @rollup/rollup-linux-x64-gnu

- name: Rebuild App
run: npm run build
Expand Down

0 comments on commit dd747e4

Please sign in to comment.