diff --git a/package.json b/package.json index e46e4199..caa70e26 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "scripts": { "prepack": "nuxt-module-build prepare; nuxt-module-build", "build": "nuxt-module-build prepare; nuxt-module-build build", - "dev": "nuxi dev playground", + "dev": "npm run dev:prepare; nuxi dev playground", "dev:build": "nuxi build playground", - "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", + "dev:prepare": "nuxt-module-build build && nuxt-module-build prepare && nuxi prepare playground", "dev:docs": "nuxi dev docs", "release": "release-it", "lint": "eslint .",