load ADMIN_API_TOKEN with dotenv-cli
This commit is contained in:
+3
-2
@@ -3,10 +3,11 @@
|
||||
"@playwright/test": "^1.19.1",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"axios": "^0.24.0",
|
||||
"dockerode": "^3.3.1"
|
||||
"dockerode": "^3.3.1",
|
||||
"dotenv-cli": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "playwright test",
|
||||
"test": "dotenv -e ../.env -- playwright test",
|
||||
"test-prod-like": "OVERRIDE_DOCKER_COMPOSE=docker-compose.e2e.yml npm run test"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user