Skip to content

Commit 680c93e

Browse files
committed
chore: add arb_rinkeby script
1 parent 1ececde commit 680c93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"start:xdai": "env-cmd -f ./.env.xdai ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
1010
"start:rinkeby": "env-cmd -f ./.env.rinkeby ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
1111
"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",
1213
"lint:secrets": "secretlint \"**/*\"",
1314
"lint": "npm run lint:secrets",
1415
"deleteDBs": "rimraf ./db-*",

0 commit comments

Comments
 (0)