Skip to content

Commit 99216f4

Browse files
committed
fix: broken dist publishing
1 parent 8ec0771 commit 99216f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Install Dependencies
3838
run: pnpm i
3939

40-
- run: pnpm publish -r --access public --no-git-checks
40+
- run: pnpm publish -r --access public

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"dev:build": "nuxi build .playground",
5656
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && nuxi prepare .playground",
5757
"release": "pnpm build && bumpp -x \"npx changelogen --output=CHANGELOG.md\"",
58+
"prepack": "pnpm run build",
5859
"test": "pnpm run prepare:fixtures && vitest",
5960
"typecheck": "tsc --noEmit",
6061
"test:attw": "attw --pack"

0 commit comments

Comments
 (0)