Skip to content

Commit d21e0c5

Browse files
committed
chore(nuxt): change build command
1 parent 30eb1f0 commit d21e0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"README.md"
3131
],
3232
"scripts": {
33-
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build",
33+
"build": "nuxt-module-build build",
3434
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia-orm/nuxt -r 1",
3535
"dev": "nuxi dev playground",
3636
"dev:build": "nuxi build playground",
37-
"lint": "nuxt-module-build build --stub && nuxt-module-build prepare && eslint . --cache",
37+
"lint": "eslint . --cache",
3838
"lint:fix": "eslint . --cache --fix",
3939
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground"
4040
},

0 commit comments

Comments
 (0)