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.
1 parent 41b9318 commit 5b33b32Copy full SHA for 5b33b32
.github/workflows/npm-publish.yml
@@ -16,6 +16,7 @@ jobs:
16
registry-url: https://registry.npmjs.org/
17
- run: yarn install
18
- run: yarn dev:build
19
+ - run: npm run prepack
20
- run: npm publish
21
env:
22
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -40,7 +40,6 @@
40
"dev:build": "nuxi build playground",
41
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
42
"release": "npm run prepack && changelogen --release && git push --follow-tags",
43
- "publish": "npm run prepack && npm publish",
44
"lint": "eslint .",
45
"test": "vitest run",
46
"test:watch": "vitest watch"
0 commit comments