Skip to content

Commit

Permalink
Merge pull request #1199 from bancorprotocol/issue-#1198
Browse files Browse the repository at this point in the history
Move husky install to prepare script tag and compile-abis to prebuild
  • Loading branch information
tiagofilipenunes committed May 13, 2024
2 parents 71a37ce + 0698099 commit 816a9df
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@
},
"scripts": {
"compile-abis": "typechain --target ethers-v5 --out-dir \"src/abis/types\" \"src/abis/**/*.json\"",
"postinstall": "yarn compile-abis && yarn husky install",
"prepare": "yarn husky install",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "vite",
"prebuild": "yarn compile-abis",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest run",
Expand Down

0 comments on commit 816a9df

Please sign in to comment.