mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Fix local build issues (#1455)
This commit is contained in:
parent
85ded96bf0
commit
8afe6120ce
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@
|
|||
"NEXT_PUBLIC_ALGOLIA_APP_ID",
|
||||
"SITE_URL"
|
||||
],
|
||||
"outputs": [".next/**", "dist/**"]
|
||||
},
|
||||
"@hive/migrations#build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"typecheck": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue