Skip to content

Commit

Permalink
tweaks on run script
Browse files Browse the repository at this point in the history
  • Loading branch information
ReduxFlakes authored Jun 14, 2024
1 parent fedb23d commit c642323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ env.node_version }}
- run: npm i
- run: npm run build
- run: npm i --save-dev
- run: npm run build:deploy
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c642323

Please sign in to comment.