We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa64c05 commit 8ab29b4Copy full SHA for 8ab29b4
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"build": "nuxi build",
7
"dev": "nuxi dev",
8
- "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",
9
"generate": "nuxi generate",
10
"preview": "nuxi preview",
11
"postinstall": "nuxi prepare",
0 commit comments