Fix: use the .env file of the repo
This commit is contained in:
parent
b6f1af0bb4
commit
f447dc5047
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue