chore(scripts): remove pnpm install

This commit is contained in:
Benjamin Canac
2023-09-20 18:51:29 +02:00
parent b90b151588
commit f983c974c4
2 changed files with 0 additions and 6 deletions

View File

@@ -6,9 +6,6 @@ git restore -s@ -SW -- .
# Bump versions to edge
pnpm jiti ./scripts/bump-edge
# Resolve pnpm
pnpm install
# Update token
if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc

View File

@@ -3,9 +3,6 @@
# Restore all git changes
git restore -s@ -SW -- .
# Resolve pnpm
pnpm install
# Update token
if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc