Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 15, 2024
1 parent 2cfb8e1 commit 0b5c494
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: E2E test affected projects
run: npx nx affected -t nxv-e2e --parallel=1
run: npx nx affected -t nxv-e2e --exclude cli-e2e --parallel=1
- name: E2E test cli-e2e project (due to bugs in the setup it has to run last :( )
run: npx nx run cli-e2e:e2e-old

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@nx/react": "17.3.2",
"@nx/vite": "17.3.2",
"@nx/workspace": "17.3.2",
"@push-based/nx-verdaccio": "^0.0.0-alpha.17",
"@push-based/nx-verdaccio": "^0.0.0-alpha.18",
"@swc-node/register": "^1.10.9",
"@swc/cli": "~0.1.62",
"@swc/core": "^1.3.99",
Expand Down

0 comments on commit 0b5c494

Please sign in to comment.