Skip to content

Commit 6553e7d

Browse files
committed
build: 📦 add verify script
1 parent fca6398 commit 6553e7d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎package.json‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
"postinstall": "playwright install",
88
"nx": "nx",
99
"start": "nx serve",
10+
"test": "nx test --no-tui --watch",
1011
"build": "nx build",
1112
"cook": "node --experimental-strip-types tools/cook/main.ts",
1213
"downgrade-to-jest": "node --experimental-strip-types tools/downgrade-to-jest.ts",
1314
"downgrade-to-vitest-3": "node --experimental-strip-types tools/downgrade-to-vitest-3.ts",
14-
"test": "nx test --no-tui --watch",
15-
"test-ui": "nx test-ui",
16-
"test-ui:watch": "PWTEST_WATCH=1 nx test-ui",
1715
"playwright-docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.39.0-jammy /bin/bash",
18-
"reset": "rm -rf node_modules/.vite; nx reset"
16+
"reset": "rm -rf node_modules/.vite; nx reset",
17+
"testronaut": "nx testronaut",
18+
"testronaut:watch": "PWTEST_WATCH=1 nx testronaut",
19+
"verify": "nx run-many -t test,testronaut --parallel=1 --pass-with-no-tests"
1920
},
2021
"dependencies": {
2122
"@angular/animations": "20.2.4",

0 commit comments

Comments
 (0)