Skip to content

Commit

Permalink
fix: fix demo deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Feb 5, 2024
1 parent e6d94fc commit 0626cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
- name: Clean Install
run: npm ci

- name: Build
run: npm run build-demo
- name: Build Lib
run: npm run build:lib

- name: Build Demo
run: npm run build:demo

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"ng": "ng",
"nx": "nx",
"build:lib": "nx run ngx-fast-lib:build:production",
"build:demo": "nx run ngx-fast-icon-demo:build:production",
"test:lib": "nx run ngx-fast-lib:test",
"start": "npm run serve",
"start:ssr": "npm run serve:ssr",
Expand Down

0 comments on commit 0626cd5

Please sign in to comment.