Skip to content

Commit 6218d32

Browse files
committed
fix: broken dist publishing
1 parent b77e1ae commit 6218d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lint:type": "tsc --noEmit",
5454
"lint:fix": "eslint . --fix",
5555
"client:build": "nuxi generate client",
56-
"prepack": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
56+
"prepack": "pnpm run build",
5757
"client:dev": "nuxi dev client --port 3300",
5858
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
5959
"dev": "nuxi dev playground",

0 commit comments

Comments
 (0)