mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
scripts: update to pnpm
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user