Skip to content

Commit

Permalink
fix(demo): improve ssr demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed May 7, 2024
1 parent 551f997 commit 6703562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: install
run: npm ci
- name: build demo
run: npx nx run ngx-fast-icon-demo:build:production --base-href /ngx-fast-svg/
- name: build
run: npm run nx -- affected:build --base=origin/main --head=HEAD
- name: test
Expand Down

0 comments on commit 6703562

Please sign in to comment.