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 6060 "lint:eslint" : " eslint . --cache --cache-location '../../eslintcache/' --format stylish" ,
6161 "lint:prettier" : " prettier --check \" {src,test,scripts}/**/*.ts\" " ,
6262 "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 )" ,
6767 "test:integration:client" : " yarn playwright install-deps && yarn playwright test test/integration/test/client/" ,
6868 "test:integration:client:ci" : " yarn test:integration:client --browser='all' --reporter='line'" ,
6969 "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