Skip to content

Commit

Permalink
Fix pacakge.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hannigan committed Jul 5, 2021
1 parent 1c2a851 commit 2d0baad
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 @@ -34,7 +34,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate-types": "npx typechain --target=truffle-v5 'src/abis/*.json'",
"generate-types": "npx typechain --target=truffle-v5 'src/abis/*.json'"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 2d0baad

Please sign in to comment.