Skip to content

Commit

Permalink
fix: test build demo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder authored Feb 6, 2024
2 parents 0626cd5 + 050f55d commit 8c686e7
Show file tree
Hide file tree
Showing 7 changed files with 5,696 additions and 25,159 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: install
run: npm i
run: npm ci
- name: build
run: npm run build:lib
run: npm run nx -- affected:build --base=origin/main --head=HEAD
- name: test
run: npm run test:lib
run: npm run nx -- affected:test --base=origin/main --head=HEAD
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: Clean Install
run: npm ci

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

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

Expand Down
Loading

0 comments on commit 8c686e7

Please sign in to comment.