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 60
60
"lint:eslint" : " eslint . --cache --cache-location '../../eslintcache/' --format stylish" ,
61
61
"lint:prettier" : " prettier --check \" {src,test,scripts}/**/*.ts\" " ,
62
62
"test" : " run-s test:unit" ,
63
- "test:integration" : " run-s test:integration:prepare test:integration:client test:integration:server" ,
64
- "test:integration:clean " : " (cd test/ integration && rimraf .cache build node_modules) " ,
65
- "test:integration:ci " : " run-s test: integration:prepare test:integration:client:ci test:integration:server " ,
66
- "test:integration:prepare " : " yarn test:integration:clean && (cd test/integration && yarn )" ,
63
+ "test:integration" : " run-s test:integration:clean test:integration: prepare test:integration:client test:integration:server" ,
64
+ "test:integration:ci " : " run-s test: integration:clean test:integration:prepare test:integration:client:ci test:integration:server " ,
65
+ "test:integration:prepare " : " (cd test/ integration && yarn) " ,
66
+ "test:integration:clean " : " (cd test/integration && rimraf .cache node_modules build )" ,
67
67
"test:integration:client" : " yarn playwright install-deps && yarn playwright test test/integration/test/client/" ,
68
68
"test:integration:client:ci" : " yarn test:integration:client --browser='all' --reporter='line'" ,
69
69
"test:integration:server" : " jest --config=test/integration/jest.config.js test/integration/test/server/" ,
You can’t perform that action at this time.
0 commit comments