diff --git a/package.json b/package.json index 1c6b7fe0..6baf3d75 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "deploy:customer2:production:simple": "yarn vercel:cleanup && yarn vercel:deploy --local-config=vercel.customer2.production.json --prod", "deploy:fake": "git commit --allow-empty -m \"Fake empty commit (force CI trigger)\"", "vercel:cleanup": "npx del-cli .vercel/", - "vercel:deploy": ". ./scripts/populate-git-env.sh && vercel --build-env GIT_COMMIT_TAGS=$GIT_COMMIT_TAGS --build-env GIT_COMMIT_REF=$GIT_COMMIT_REF --build-env GIT_COMMIT_SHA=$GIT_COMMIT_SHA --build-env VERCEL_GIT_COMMIT_REF=$GIT_COMMIT_REF --build-env VERCEL_GIT_COMMIT_SHA=$GIT_COMMIT_SHA --confirm --debug --force", + "vercel:deploy": ". ./scripts/populate-git-env.sh && vercel --build-env GIT_COMMIT_TAGS=$GIT_COMMIT_TAGS --build-env GIT_COMMIT_REF=$GIT_COMMIT_REF --build-env GIT_COMMIT_SHA=$GIT_COMMIT_SHA --confirm --debug --force", "script:populate-git-env:print": ". ./scripts/populate-git-env.sh && echo 'SHA: '${GIT_COMMIT_SHA} && echo 'REF (current branch/tag): '${GIT_COMMIT_REF} && echo 'TAGS: '${GIT_COMMIT_TAGS}", "git:getReleasesAndTags": "git tag --points-at HEAD | tr '\\r\\n' ' '", "git:getCommitSHA": "git rev-parse HEAD",