We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist
1 parent b77e1ae commit 6218d32Copy full SHA for 6218d32
.github/workflows/release.yml
@@ -37,4 +37,4 @@ jobs:
37
- name: Install Dependencies
38
run: pnpm i
39
40
- - run: pnpm publish -r --access public --no-git-checks
+ - run: pnpm publish -r --access public
package.json
@@ -53,7 +53,7 @@
53
"lint:type": "tsc --noEmit",
54
"lint:fix": "eslint . --fix",
55
"client:build": "nuxi generate client",
56
- "prepack": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
+ "prepack": "pnpm run build",
57
"client:dev": "nuxi dev client --port 3300",
58
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
59
"dev": "nuxi dev playground",
0 commit comments