Skip to content

Commit 63bdd2f

Browse files
committed
chore: Fix release action failing cause of nuxt
1 parent fed277b commit 63bdd2f

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
@@ -30,7 +30,7 @@
3030
"README.md"
3131
],
3232
"scripts": {
33-
"build": "nuxi build-module --stub . && nuxi build-module .",
33+
"build": "nuxi build-module --stub . && nuxi prepare playground && nuxi build-module .",
3434
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia-orm/nuxt -r 1",
3535
"dev": "nuxi dev playground",
3636
"dev:build": "nuxi build playground",

0 commit comments

Comments
 (0)