We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f404f5 commit 328aab1Copy full SHA for 328aab1
package.json
@@ -12,6 +12,7 @@
12
"build": "nx build website",
13
"build.cloudflare": "nx build-cloudflare website",
14
"build.headless": "nx build headless",
15
+ "build.qwik-ci": "nx run-many --target=build -p packages/*",
16
"change": "changeset",
17
"changeset.version": "changeset version && pnpm install --no-frozen-lockfile && git add --all",
18
"dev": "nx serve website --host",
@@ -38,6 +39,7 @@
38
39
"test.pw.headless-chrome-108": "nx e2e-chrome-108 headless",
40
"test.pw.headless.ci": "nx e2e headless",
41
"test.headless.ci": "nx component-test-ci headless",
42
+ "test.qwik-ci": "nx run-many --target=test --exclude=cli",
43
"test.utils": "nx test utils"
44
},
45
"simple-git-hooks": {
0 commit comments