Skip to content

Commit ddf0bb0

Browse files
committed
ci: run nuxt-module-build prepare before build in prepack
1 parent e312561 commit ddf0bb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"validator.d.ts"
3333
],
3434
"scripts": {
35-
"prepack": "nuxt-module-build build",
35+
"prepack": "pnpm build",
36+
"build": "nuxt-module-build prepare && nuxt-module-build build",
3637
"dev": "nuxt dev playground",
3738
"dev:build": "nuxt build playground",
3839
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground",

0 commit comments

Comments
 (0)