Fix local build issues (#1455)

This commit is contained in:
Dotan Simha 2023-02-23 03:22:14 +09:00 committed by GitHub
parent 85ded96bf0
commit 8afe6120ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,10 @@
"NEXT_PUBLIC_ALGOLIA_APP_ID",
"SITE_URL"
],
"outputs": [".next/**", "dist/**"]
},
"@hive/migrations#build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"typecheck": {