scripts: update to pnpm

This commit is contained in:
Benjamin Canac
2023-05-26 22:46:17 +02:00
parent 75ab1d2ed5
commit 08413f198b
2 changed files with 7 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
#!/bin/bash #!/bin/bash
# Restore all git changes # Restore all git changes
git restore -s@ -SW -- example src test git restore -s@ -SW -- .
# Bump versions to edge # Bump versions to edge
yarn jiti ./scripts/bump-edge pnpm jiti ./scripts/bump-edge
# Resolve yarn # Resolve pnpm
yarn pnpm install
# Update token # Update token
if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then

View File

@@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
# Restore all git changes # Restore all git changes
git restore -s@ -SW -- example src test git restore -s@ -SW -- .
# Resolve yarn # Resolve pnpm
yarn pnpm install
# Update token # Update token
if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then