diff --git a/package.json b/package.json index ce90e40d..5fc22f71 100755 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ ], "scripts": { "prepack": "nuxt-module-build build", - "dev": "nuxi dev playground", - "dev:build": "nuxi build playground", - "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", + "dev": "nuxt dev playground", + "dev:build": "nuxt build playground", + "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground", "prepare": "simple-git-hooks", "lint": "eslint .", "release": "pnpm test && bumpp && npm publish",