Skip to content

Commit

Permalink
chore: add build and test scripts for the qwik-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko committed Nov 19, 2024
1 parent e92aee4 commit e6a762e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build": "nx build website",
"build.cloudflare": "nx build-cloudflare website",
"build.headless": "nx build headless",
"build.qwik-ci": "nx run-many --target=build -p packages/*",
"change": "changeset",
"changeset.version": "changeset version && pnpm install --no-frozen-lockfile && git add --all",
"dev": "nx serve website --host",
Expand All @@ -38,6 +39,7 @@
"test.pw.headless-chrome-108": "nx e2e-chrome-108 headless",
"test.pw.headless.ci": "nx e2e headless",
"test.headless.ci": "nx component-test-ci headless",
"test.qwik-ci": "nx run-many --target=test --exclude=cli",
"test.utils": "nx test utils"
},
"simple-git-hooks": {
Expand Down

0 comments on commit e6a762e

Please sign in to comment.