Skip to content

Commit 5fb96c4

Browse files
committed
add clean all
1 parent 1112219 commit 5fb96c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
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

0 commit comments

Comments
 (0)