File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments