Skip to content

Commit

Permalink
chore(nuxt): move to nuxt-module-build
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed Nov 27, 2024
1 parent 31cb11d commit 30eb1f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"README.md"
],
"scripts": {
"build": "nuxi build-module --stub . && nuxi prepare playground && nuxi build-module .",
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && 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": "nuxi build-module --stub . && nuxi prepare playground && eslint . --cache",
"lint": "nuxt-module-build build --stub && nuxt-module-build prepare && eslint . --cache",
"lint:fix": "eslint . --cache --fix",
"dev:prepare": "nuxi build-module --stub . && nuxi prepare playground"
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground"
},
"peerDependencies": {
"@pinia/nuxt": "^0.5.1"
Expand Down

0 comments on commit 30eb1f0

Please sign in to comment.