Skip to content

Commit f262747

Browse files
committed
docs: fix ci
1 parent 7819395 commit f262747

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prepack": "nuxt-module-build",
2727
"dev": "nuxi dev playground",
2828
"dev:build": "nuxi build playground",
29-
"stub": "nuxt-module-build --stub"
29+
"postinstall": "nuxt-module-build --stub"
3030
},
3131
"dependencies": {
3232
"@nuxt/kit": "^3.0.0"

packages/nuxt/playground/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"build": "nuxt build",
55
"dev": "nuxt dev",
66
"generate": "nuxt generate",
7-
"preview": "nuxt preview",
8-
"postinstall": "nuxt prepare"
7+
"preview": "nuxt preview"
98
},
109
"devDependencies": {
1110
"nuxt": "^3.0.0"

0 commit comments

Comments
 (0)