Skip to content

Commit

Permalink
fix: prod build and add serve script
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Dec 6, 2023
1 parent 8b3087b commit 1df65b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"fmt:write": "prettier --write '**/*.ts'",
"prepare": "husky install",
"generate-types": "typechain --target=ethers-v5 --out-dir src/contracts './node_modules/@openzeppelin/contracts/build/contracts/ERC20.json' './customabis/ERC721.json' './node_modules/@openzeppelin/contracts/build/contracts/ERC1155.json' './node_modules/@openzeppelin/contracts/build/contracts/ERC165.json'",
"postinstall": "yarn generate-types"
"postinstall": "yarn generate-types",
"serve": "npx -y serve build -p 3001"
},
"dependencies": {
"@emotion/cache": "^11.10.1",
Expand Down

0 comments on commit 1df65b1

Please sign in to comment.