Skip to content

Commit 8ab29b4

Browse files
committed
fix: build step on release script
1 parent fa64c05 commit 8ab29b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "nuxi build",
77
"dev": "nuxi dev",
8-
"release": "yarn run lint && yarn run typecheck && yarn run && changelogen --release --push",
8+
"release": "yarn run lint && yarn run typecheck && yarn run build && changelogen --release --push",
99
"generate": "nuxi generate",
1010
"preview": "nuxi preview",
1111
"postinstall": "nuxi prepare",

0 commit comments

Comments
 (0)