Skip to content

Commit 328aab1

Browse files
chore: add build and test scripts for the qwik-ci (#1007)
1 parent 6f404f5 commit 328aab1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"build": "nx build website",
1313
"build.cloudflare": "nx build-cloudflare website",
1414
"build.headless": "nx build headless",
15+
"build.qwik-ci": "nx run-many --target=build -p packages/*",
1516
"change": "changeset",
1617
"changeset.version": "changeset version && pnpm install --no-frozen-lockfile && git add --all",
1718
"dev": "nx serve website --host",
@@ -38,6 +39,7 @@
3839
"test.pw.headless-chrome-108": "nx e2e-chrome-108 headless",
3940
"test.pw.headless.ci": "nx e2e headless",
4041
"test.headless.ci": "nx component-test-ci headless",
42+
"test.qwik-ci": "nx run-many --target=test --exclude=cli",
4143
"test.utils": "nx test utils"
4244
},
4345
"simple-git-hooks": {

0 commit comments

Comments
 (0)