File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "postinstall" : " npm --prefix ui install && npm --prefix lambdas install && npm --prefix tests install" ,
88
99 "test" : " npm --prefix ui run test && npm --prefix lambdas run test" ,
10- "test:playwright" : " UI_BASE_URL=$(terraform -chdir=local-environment/infra output -raw ui_url) API_BASE_URL=$(terraform -chdir=local-environment/infra output -raw api_base_url) npm --prefix tests run test:chrome" ,
10+ "test:playwright" : " ENV=dev UI_BASE_URL=$(terraform -chdir=local-environment/infra output -raw ui_url) API_BASE_URL=$(terraform -chdir=local-environment/infra output -raw api_base_url) npm --prefix tests run test:chrome" ,
1111
1212 "build:lambdas" : " npm --prefix lambdas run build" ,
1313 "package:lambdas" : " npm --prefix lambdas run package" ,
1414
15+ "clean:all" : " npm run stop && rm -rf ./node_modules */node_modules */dist && docker system prune -f --volumes" ,
1516 "start" : " npm ci && npm run local:start" ,
1617 "stop" : " npm run local:stop" ,
1718
You can’t perform that action at this time.
0 commit comments