2
0

ci: 👷 Simplify build on Vercel

This commit is contained in:
Baptiste Arnaud
2022-06-22 10:23:54 +02:00
parent f801a29539
commit 3392e04d38
5 changed files with 5 additions and 9 deletions

View File

@@ -5,8 +5,7 @@
"scripts": {
"dx": "yarn dev",
"dev": "ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3001",
"build": "cp .env.docker .env.production && ENVSH_ENV=.env.production bash ../../env.sh next build",
"build:docker": "next build",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "yarn playwright test",