Skip to content

Commit

Permalink
Added build script for Ethereum Classic Mordor network
Browse files Browse the repository at this point in the history
  • Loading branch information
a-singh09 committed Jun 28, 2024
1 parent 489eb8b commit 3382f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"build:milkomeda-c1-testnet": "npx -y env-cmd -f ./env/milkomeda-c1-testnet.env npm run build",
"build:sepolia-testnet": "npx -y env-cmd -f ./env/sepolia-testnet.env npm run build",
"build:milkomeda-c1": "npx -y env-cmd -f ./env/milkomeda-c1.env npm run build",
"build:ethereum-classic-mordor": "npx -y env-cmd -f ./env/ethereum-classic-mordor.env npm run build",
"test": "craco test",
"lint": "prettier --check '**/*.{js,jsx}'",
"format": "prettier --write '**/*.{js,jsx}'",
Expand Down

0 comments on commit 3382f61

Please sign in to comment.