File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ node_modules
6
6
lib
7
7
* .log
8
8
* .swp
9
+ * .tgz
10
+ * .zip
9
11
* ~
10
12
! temp /.gitkeep
11
13
temp /* .json
Original file line number Diff line number Diff line change 2
2
3
3
set -xe
4
4
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
-
12
5
# Check edge release
13
6
if [[ ! -z ${EDGE_RELEASE} ]] ; then
14
7
npx jiti ./scripts/bump-edge
@@ -19,7 +12,6 @@ if [[ ! -z ${NPM_TOKEN} ]] ; then
19
12
echo " //registry.npmjs.org/:_authToken=${NPM_TOKEN} " >> ~ /.npmrc
20
13
echo " registry=https://registry.npmjs.org/" >> ~ /.npmrc
21
14
echo " always-auth=true" >> ~ /.npmrc
22
- npm whoami
23
15
fi
24
16
25
17
# Release packages
You can’t perform that action at this time.
0 commit comments