Skip to content

Commit

Permalink
fix: install deps before to build
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Mar 28, 2024
1 parent 7683a65 commit bd59ed0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ jobs:
with:
node-version: '18.19.0'
registry-url: 'https://registry.npmjs.org'
- name: Install global Node.js dependencies
run: npm i node-sass -g
- name: Install local Node.js dependencies
run: npm i
- name: Build demo
run: npm run demo
- name: Deploy demo using SCP
Expand Down

0 comments on commit bd59ed0

Please sign in to comment.