Skip to content

Commit

Permalink
chore(workflow): add npm ci step to install dependencies in GitHub Ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
raffaele-filiberti committed Jan 24, 2025
1 parent 124cf99 commit b4cad33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run demo:build
- name: Setup Pages
Expand Down

0 comments on commit b4cad33

Please sign in to comment.