Skip to content

Commit

Permalink
Merge pull request #3 from huang-julien/chore/update-prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 6, 2023
2 parents e861684 + 530c55d commit 89b4010
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion modules/nuxt-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build"
"prepack": "nuxt-module-build",
"dev:prepare": "nuxt-module-build --stub"
},
"dependencies": {
"@nuxt/kit": "^3.7.1"
Expand Down
3 changes: 2 additions & 1 deletion modules/nuxt-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build"
"prepack": "nuxt-module-build",
"dev:prepare": "nuxt-module-build --stub"
},
"dependencies": {
"@nuxt/kit": "^3.7.1"
Expand Down
3 changes: 2 additions & 1 deletion modules/nuxt-third-party/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build"
"prepack": "nuxt-module-build",
"dev:prepare": "nuxt-module-build --stub"
},
"dependencies": {
"@nuxt/assets": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "pnpm -r dev:prepare && nuxi prepare ./playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
Expand Down

0 comments on commit 89b4010

Please sign in to comment.