Skip to content

Commit 6c34144

Browse files
committed
[CI] Disable double-build on publish
The file `assets/package.json` already contains `prebublishOnly` hook that runs `tsdown`
1 parent 8525f59 commit 6c34144

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release-on-npm.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,5 @@ jobs:
4949
- name: Install root JS dependencies
5050
run: pnpm install --frozen-lockfile
5151

52-
- name: Build JS assets
53-
run: pnpm run build
54-
5552
- name: Publish on NPM
5653
run: pnpm publish --recursive --access public --no-git-checks --provenance

0 commit comments

Comments
 (0)