chore: 🗑️ Tidy up env files

This commit is contained in:
Baptiste Arnaud
2022-02-10 17:13:57 +01:00
parent 19f4fdb83a
commit 901e2f39b0
8 changed files with 20 additions and 9 deletions

View File

@@ -9,8 +9,8 @@
"scripts": {
"docker:up": "docker-compose up -d",
"db:nuke": "docker-compose down --volumes --remove-orphans",
"dev": "dotenv -e .env yarn docker:up && dotenv -e .env turbo run dev --parallel",
"build": "dotenv -e .env turbo run build",
"dev": "yarn docker:up && turbo run dev --parallel",
"build": "yarn docker:up && turbo run build",
"test:builder": "cd apps/builder && yarn test",
"lint": "turbo run lint"
},