Skip to content

Commit

Permalink
chore(nuxt): change build command
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Nov 27, 2024
1 parent 30eb1f0 commit d21e0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit d21e0c5

Please sign in to comment.