diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 7c69c650f..0062132f2 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -5,7 +5,8 @@ "dev": "nuxi dev playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "lint": "eslint .", - "test": "vitest run" + "test": "vitest run", + "postinstall": "nuxt prepare" }, "type": "module", "license": "MIT",