Skip to content

Commit

Permalink
chore: fix demo deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuzuld committed Nov 19, 2023
1 parent 83a1120 commit 79411b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and deploy
run: |
npm ci
npm ci --legacy-peer-deps
npm run build-lib
npm run deploy
env:
Expand Down

0 comments on commit 79411b6

Please sign in to comment.