diff --git a/package.json b/package.json index 866481e..7d4016f 100644 --- a/package.json +++ b/package.json @@ -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",