Skip to content

Commit

Permalink
Change npm config back
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsnyder committed May 20, 2024
1 parent f89f685 commit b1c9ccb
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 b1c9ccb

Please sign in to comment.