Skip to content

Commit

Permalink
feat(pkg-cloud-run-job-example): add package
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Sep 12, 2022
1 parent 62fd086 commit 93a6671
Show file tree
Hide file tree
Showing 12 changed files with 1,357 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/templates/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"container:start:test": "docker run -it -p 8080:8080 --env \"SA_JSON_KEY=$(cat ../../secrets/sa-webperf-PACKAGE_NAME.json)\" --env NODE_ENV=test --env DEBUG=utils/*,PACKAGE_NAME/* PACKAGE_NAME:latest",
"predeploy": "run-s clean format lint build auth-artifact-registry",
"deploy": "gcloud beta builds submit ./dist --config cloudbuild.yaml --project $GCP_PROJECT_ID --async",
"format": "prettier --config ../../config/prettier.cjs --write {__tests__,src}/**/*.{js,mjs,ts}",
"format": "../../scripts/format.mjs",
"lint": "eslint --config ../../config/eslint.cjs",
"nuke": "npm run clean && rimraf node_modules 'package-lock.json'",
"precommit": "lint-staged --config ../../config/lint-staged.cjs",
Expand Down
Loading

0 comments on commit 93a6671

Please sign in to comment.