2
0

💚 (docs) Fix api schema generation in CI

This commit is contained in:
Baptiste Arnaud
2022-11-22 20:58:22 +01:00
parent 00900657b2
commit 635e6887f3
7 changed files with 21 additions and 6 deletions

View File

@ -5,6 +5,7 @@
"dev": "ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3002",
"start": "next start",
"build": "next build",
"build:env": "cd ../.. && ENVSH_ENV=./apps/landing-page/.env.docker ENVSH_OUTPUT=./apps/landing-page/public/__env.js bash env.sh",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},