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