]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
build: nuxt builder
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 31 Oct 2023 11:19:38 +0000 (12:19 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 31 Oct 2023 11:19:38 +0000 (12:19 +0100)
packages/nuxt/package.json

index 05ebbf87fc894dfdaaba2ff5a271dee8fe21ea89..bcecfcb6c84c181335394e8ed6464640b8e0da27 100644 (file)
     "dist"
   ],
   "scripts": {
-    "build": "pnpm dev:prepare && nuxt-module-build",
+    "build": "pnpm run prepare && nuxt-module-build build",
+    "prepare": "nuxt-module-build prepare && nuxi prepare playground",
     "dev": "nuxi dev playground",
     "dev:build": "nuxi build playground",
-    "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
+    "dev:prepare": "nuxt-module-build build --stub . && nuxi prepare playground",
     "test:types": "pnpm dev:prepare && nuxi typecheck",
     "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
   },