Skip to content

Commit

Permalink
Merge pull request #26 from steve-lebleu/hotfix/cd
Browse files Browse the repository at this point in the history
fix: install deps before to build
  • Loading branch information
steve-lebleu authored Mar 28, 2024
2 parents 7683a65 + bd59ed0 commit 5ddf558
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 5ddf558

Please sign in to comment.