We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30eb1f0 commit d21e0c5Copy full SHA for d21e0c5
packages/nuxt/package.json
@@ -30,11 +30,11 @@
30
"README.md"
31
],
32
"scripts": {
33
- "build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build",
+ "build": "nuxt-module-build build",
34
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia-orm/nuxt -r 1",
35
"dev": "nuxi dev playground",
36
"dev:build": "nuxi build playground",
37
- "lint": "nuxt-module-build build --stub && nuxt-module-build prepare && eslint . --cache",
+ "lint": "eslint . --cache",
38
"lint:fix": "eslint . --cache --fix",
39
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground"
40
},
0 commit comments