Skip to content

Commit

Permalink
Merge pull request #1122 from adobe/fixDeployment3
Browse files Browse the repository at this point in the history
Change npm config back
  • Loading branch information
jonsnyder authored May 20, 2024
2 parents f89f685 + b1c9ccb commit 8200858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/setupDeployment.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const setupDeployment = async ({
logger.info("Configuring NPM.");
await exec(
"npm config",
`npm config set //registry.npmjs.org/:_auth=${npmToken}`,
`npm config set //registry.npmjs.org/:_authToken=${npmToken}`,
);
};

Expand Down

0 comments on commit 8200858

Please sign in to comment.