diff --git a/package.json b/package.json index a909250..e7152d2 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "scripts/main.js", "type": "module", "scripts": { - "test": "node --watch scripts/main.js", - "run": "node scripts/main.js" + "test": "node --env-file=.env --watch scripts/main.js", + "run": "node --env-file=.env scripts/main.js" }, "repository": { "type": "git",