diff --git a/package.json b/package.json index 449ba9e..f498244 100644 --- a/package.json +++ b/package.json @@ -6,22 +6,22 @@ "author": "Mento Labs ", "main": "dist/index.js", "scripts": { - "cache:clear": "./set-project-vars.sh --no-cache", "build": "rimraf dist && tsc", + "cache:clear": "./set-project-vars.sh --no-cache", "deploy": "npm run deploy:via:tf", "deploy:via:gcloud": "./deploy-via-gcloud.sh", "deploy:via:terraform": "npm run deploy:via:tf", "deploy:via:tf": "terraform -chdir=infra apply", - "generate:env": "terraform -chdir=infra apply -target=local_file.env_file", "gcp-build": "npm run build", + "generate:env": "terraform -chdir=infra apply -target=local_file.env_file", "logs": "./get-logs.sh", "logs:url": "./get-logs-url.sh", "prestart": "npm run build", "start": "NODE_ENV=development functions-framework --target=watchdogNotifier", "test": "npm run test:local", + "test:healthcheck": "curl -H \"Content-Type: application/json\" -d @src/health-check.fixture.json localhost:8080", "test:local": "curl -H \"Content-Type: application/json\" -d @src/proposal-created.fixture.json localhost:8080", "test:prod": "./test-deployed-function.sh", - "test:healthcheck": "curl -H \"Content-Type: application/json\" -d @src/health-check.fixture.json localhost:8080", "todo": "git ls-files -c --exclude-standard | grep -v \"package.json\" | xargs grep -n -i --color \"TODO:\\|FIXME:\"" }, "dependencies": {