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 c62b171 commit bda52eeCopy full SHA for bda52ee
packages/nuxt/package.json
@@ -29,7 +29,7 @@
29
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1",
30
"dev": "nuxi dev playground",
31
"dev:build": "nuxi build playground",
32
- "postinstall": "nuxt-module-build --stub"
+ "prepare": "nuxt-module-build --stub"
33
},
34
"dependencies": {
35
"@nuxt/kit": "^3.0.0"
packages/nuxt/playground/package.json
@@ -4,7 +4,8 @@
4
"build": "nuxt build",
5
"dev": "nuxt dev",
6
"generate": "nuxt generate",
7
- "preview": "nuxt preview"
+ "preview": "nuxt preview",
8
+ "prepare": "nuxi prepare"
9
10
"devDependencies": {
11
"nuxt": "^3.0.0"
0 commit comments