mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 12:47:57 +01:00
chore(scripts): remove pnpm install
This commit is contained in:
@@ -6,9 +6,6 @@ git restore -s@ -SW -- .
|
|||||||
# Bump versions to edge
|
# Bump versions to edge
|
||||||
pnpm jiti ./scripts/bump-edge
|
pnpm jiti ./scripts/bump-edge
|
||||||
|
|
||||||
# Resolve pnpm
|
|
||||||
pnpm install
|
|
||||||
|
|
||||||
# Update token
|
# Update token
|
||||||
if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then
|
if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then
|
||||||
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
|
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
|
||||||
|
|||||||
@@ -3,9 +3,6 @@
|
|||||||
# Restore all git changes
|
# Restore all git changes
|
||||||
git restore -s@ -SW -- .
|
git restore -s@ -SW -- .
|
||||||
|
|
||||||
# Resolve pnpm
|
|
||||||
pnpm install
|
|
||||||
|
|
||||||
# Update token
|
# Update token
|
||||||
if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then
|
if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then
|
||||||
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
|
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
|
||||||
|
|||||||
Reference in New Issue
Block a user