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 8ec0771 commit 99216f4Copy full SHA for 99216f4
.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
@@ -55,6 +55,7 @@
55
"dev:build": "nuxi build .playground",
56
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && nuxi prepare .playground",
57
"release": "pnpm build && bumpp -x \"npx changelogen --output=CHANGELOG.md\"",
58
+ "prepack": "pnpm run build",
59
"test": "pnpm run prepare:fixtures && vitest",
60
"typecheck": "tsc --noEmit",
61
"test:attw": "attw --pack"
0 commit comments