Skip to content

Commit

Permalink
feat: fix start script
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <pablo@umaproject.org>
  • Loading branch information
md0x committed Jul 31, 2024
1 parent 35bf78e commit b927ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dev": "nodemon",
"build": "yarn generate-contract-types && tsc",
"test": "yarn generate-contract-types && mocha",
"start": "node ./out/index.js",
"start": "node ./out/src/index.js",
"lint": "prettier './**/*.ts' --write",
"generate-contract-types": "rm -rf src/contract-types && mkdir -p src/contract-types && typechain --target ethers-v6 --out-dir src/contract-types 'src/abi/*.json'"
}
Expand Down

0 comments on commit b927ed8

Please sign in to comment.