Skip to content

Commit bfaf319

Browse files
committed
chore(ci): use correct script
1 parent 97b0983 commit bfaf319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dist"
3535
],
3636
"scripts": {
37-
"build": "npm run -C ../../test/fixtures/nuxt prepare && nuxt-module-build",
37+
"build": "npm run -C ../../test/fixtures/nuxt nuxt:prepare && nuxt-module-build",
3838
"stub": "nuxt-module-build --stub && nuxi prepare ../../test/fixtures/nuxt",
3939
"play": "nuxi dev ../../playgrounds/nuxt3",
4040
"play:build": "nuxi build ../../playgrounds/nuxt3"

0 commit comments

Comments
 (0)