Skip to content

Commit 5cd1760

Browse files
committed
tweaks
1 parent 4eda1f5 commit 5cd1760

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ node_modules
66
lib
77
*.log
88
*.swp
9+
*.tgz
10+
*.zip
911
*~
1012
!temp/.gitkeep
1113
temp/*.json

scripts/release.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
set -xe
44

5-
if [[ ! -z ${PNPM_INSTALL} ]] ; then
6-
# Restore all git changes
7-
git restore --source=HEAD --staged --worktree -- package.json pnpm-lock.yaml
8-
# Install pnpm
9-
pnpm install --no-frozen-lockfile
10-
fi
11-
125
# Check edge release
136
if [[ ! -z ${EDGE_RELEASE} ]] ; then
147
npx jiti ./scripts/bump-edge
@@ -19,7 +12,6 @@ if [[ ! -z ${NPM_TOKEN} ]] ; then
1912
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
2013
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
2114
echo "always-auth=true" >> ~/.npmrc
22-
npm whoami
2315
fi
2416

2517
# Release packages

0 commit comments

Comments
 (0)