diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 25807a31..da9316bf 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -30,11 +30,11 @@ "README.md" ], "scripts": { - "build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build", + "build": "nuxt-module-build build", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia-orm/nuxt -r 1", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", - "lint": "nuxt-module-build build --stub && nuxt-module-build prepare && eslint . --cache", + "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" },