Skip to content

Commit

Permalink
Don't fetch latest Gcloud SDK on build. Upgrades should be explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkaminski committed Oct 29, 2021
1 parent a83fc6c commit 684fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Github Action: Remove versions from Google App Engine",
"main": "dist/index.js",
"scripts": {
"build": "npm run latest && ncc build src/main.ts",
"build": "ncc build src/main.ts",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write **/*.ts",
"latest": "cd setup-gcloud/setupGcloudSDK && git pull"
Expand Down

0 comments on commit 684fdae

Please sign in to comment.