Skip to content

Commit

Permalink
fix: build step on release script
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 31, 2023
1 parent fa64c05 commit 8ab29b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"release": "yarn run lint && yarn run typecheck && yarn run && changelogen --release --push",
"release": "yarn run lint && yarn run typecheck && yarn run build && changelogen --release --push",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
Expand Down

0 comments on commit 8ab29b4

Please sign in to comment.