We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ececde commit 680c93eCopy full SHA for 680c93e
package.json
@@ -9,6 +9,7 @@
9
"start:xdai": "env-cmd -f ./.env.xdai ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
10
"start:rinkeby": "env-cmd -f ./.env.rinkeby ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
11
"start:kovan": "env-cmd -f ./.env.kovan ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
12
+ "start:arb_rinkeby": "env-cmd -f ./.env.arb_rinkeby ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
13
"lint:secrets": "secretlint \"**/*\"",
14
"lint": "npm run lint:secrets",
15
"deleteDBs": "rimraf ./db-*",
0 commit comments