Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazzShaikh committed Sep 21, 2024
1 parent 404010c commit 660e981
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
uses: actions/setup-node@v3

- name: Install dependencies
working-directory: ./examples
run: |
npm install
npm run build
cd examples
npm install
npm run build
- name: Upload production-ready build files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 660e981

Please sign in to comment.