Run fern check on build

This commit is contained in:
Stan Wohlwend 2024-06-16 03:40:12 +02:00
parent a6c77899ed
commit 6db7cb9e02
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{
"organization": "stack-auth",
"version": "0.30.3"
}
"version": "0.30.7"
}

View File

@ -7,7 +7,8 @@
"scripts": {
"clean": "rimraf .next && rimraf node_modules && rimraf fern/openapi/*.yaml",
"dev": "pnpm run fern docs dev --port 8104",
"fern": "fern"
"fern": "fern",
"build": "pnpm run fern check"
},
"keywords": [],
"author": "",