Skip to content

Commit 2944de3

Browse files
committed
Fixed GHA
1 parent 2ff4849 commit 2944de3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"release:prepare": "npm run reset:repo && npm ci && npm run build && npm run lint && npm run test",
4141
"reset:chrome": "shx rm -fr ./.chrome",
4242
"reset:repo": "git clean -f -d -x --exclude=.chrome",
43-
"test": "npm run test:install && npm run test:direct",
44-
"test:direct:watch": "vitest --config vitest.config.ts",
45-
"test:watch": "npm run test:install && npm run test:direct:watch",
46-
"test:direct": "vitest --config vitest.config.ts run",
43+
"test": "vitest --config vitest.config.ts run",
44+
"test:watch": "vitest --config vitest.config.ts",
45+
"test:ci": "npm run test:install && npm run test",
46+
"test:ci:watch": "npm run test:install && npm run test:watch",
4747
"test:coverage": "vitest --config vitest.config.ts run --coverage",
4848
"test:debug": "npm run test:playwright -- --inspect-brk=20222 --browser --no-file-parallelism",
4949
"test:install": "playwright install --with-deps chromium",

0 commit comments

Comments
 (0)