Skip to content

Commit b10aae5

Browse files
authored
Merge pull request #7 from dncsvr/issue/nuxt-module
Issue / Nuxt Module (Part 3)
2 parents 74e496f + d10eaaa commit b10aae5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
run: |
1919
cd ./nuxt-module
2020
npm ci
21-
npm run build
21+
npm run prepare
22+
npm run prepack
2223
- name: Publish
2324
run: |
2425
cd ./nuxt-module

nuxt-module/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
],
2424
"scripts": {
2525
"prepack": "nuxt-module-build build",
26+
"prepare": "nuxi prepare",
2627
"dev": "nuxi dev playground",
2728
"dev:build": "nuxi build playground",
2829
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",

0 commit comments

Comments
 (0)