Skip to content

Commit

Permalink
npx -c
Browse files Browse the repository at this point in the history
https://brianchildress.co/environment-variables-using-npx/ says this will enable environment variables
  • Loading branch information
covracer authored Nov 1, 2022
1 parent 364c7ca commit 4845797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ try {
$ export CLOUDFLARE_ACCOUNT_ID="${accountId}"
}
$$ npx wrangler@2 pages publish "${directory}" --project-name="${projectName}" --branch="${branch}"
$$ npx -c wrangler@2 pages publish "${directory}" --project-name="${projectName}" --branch="${branch}"
`;

const response = await fetch(
Expand Down

0 comments on commit 4845797

Please sign in to comment.