Skip to content

Commit 9317100

Browse files
committedMar 23, 2024·
chore: update module builder
1 parent fbaf723 commit 9317100

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"dist"
2222
],
2323
"scripts": {
24-
"build": "nuxt-module-build",
24+
"build": "nuxt-module-build build",
2525
"dev": "nuxi dev playground",
2626
"dev:build": "nuxi build playground",
27-
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
27+
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
2828
"lint": "eslint --ext .js,.ts,.vue",
2929
"prepack": "pnpm build",
30-
"release": "pnpm test && pnpm build && changelogen --release && git push --follow-tags && pnpm publish",
30+
"release": "pnpm test && pnpm prepack && pnpm changelogen --release --push && pnpm publish",
3131
"test": "pnpm lint && vitest run --coverage"
3232
},
3333
"dependencies": {
@@ -57,4 +57,4 @@
5757
"access": "public"
5858
},
5959
"packageManager": "pnpm@8.15.5"
60-
}
60+
}

0 commit comments

Comments
 (0)
Please sign in to comment.