Skip to content

Commit

Permalink
chore: trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Jul 30, 2024
1 parent 7e83abd commit e404180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"author": "Mento Labs <eng@mentolabs.xyz>",
"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": {
Expand Down

0 comments on commit e404180

Please sign in to comment.