Skip to content

Commit 451c8cf

Browse files
committed
tidy #41 [CI] Disable double-build on publish (Kocal)
This PR was merged into the main branch. Discussion ---------- [CI] Disable double-build on publish | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update CHANGELOG.md file --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and CHANGELOG.md files --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT The file `assets/package.json` already contains `prebublishOnly` hook that runs `tsdown` Commits ------- 6c34144 [CI] Disable double-build on publish
2 parents 8525f59 + 6c34144 commit 451c8cf

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)