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.
2 parents 74e496f + d10eaaa commit b10aae5Copy full SHA for b10aae5
.github/workflows/npm-publish.yml
@@ -18,7 +18,8 @@ jobs:
18
run: |
19
cd ./nuxt-module
20
npm ci
21
- npm run build
+ npm run prepare
22
+ npm run prepack
23
- name: Publish
24
25
nuxt-module/package.json
@@ -23,6 +23,7 @@
],
"scripts": {
"prepack": "nuxt-module-build build",
26
+ "prepare": "nuxi prepare",
27
"dev": "nuxi dev playground",
28
"dev:build": "nuxi build playground",
29
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
0 commit comments