mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Run fern check on build
This commit is contained in:
parent
a6c77899ed
commit
6db7cb9e02
@ -1,4 +1,4 @@
|
||||
{
|
||||
"organization": "stack-auth",
|
||||
"version": "0.30.3"
|
||||
}
|
||||
"version": "0.30.7"
|
||||
}
|
||||
|
||||
@ -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": "",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user