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 13, 2024
1 parent 4424bfd commit d53f230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
"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.utils": "nx test utils"
"test.utils": "nx test utils",
"test:qwik-ci": "nx run-many --target=test --exclude=cli && nx run-many --target=e2e",
"build:qwik-ci": "nx run-many --target=build -p packages/*"
},
"simple-git-hooks": {
"pre-commit": "pnpm format.staged && pnpm lint"
Expand Down

0 comments on commit d53f230

Please sign in to comment.