Skip to content

Commit 9b56f54

Browse files
committed
Remove npm pack content check step
1 parent 45dcae4 commit 9b56f54

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ jobs:
5353
VERSION=$(pnpm pkg get version | tr -d '"')
5454
SHORT_SHA=${GITHUB_SHA::8}
5555
pnpm version --no-git-tag-version "${VERSION}-${SHORT_SHA}"
56-
pnpm publish --no-git-checks --access public --tag latest
56+
pnpm publish --no-git-checks s--access public --tag latest
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
59-
60-
- name: Check npm pack contents
61-
run: |
62-
pnpm pack
63-
tar -tzf *.tgz

0 commit comments

Comments
 (0)