Skip to content

Commit

Permalink
Copy Token List schema to dist (Uniswap#38)
Browse files Browse the repository at this point in the history
* Copy token list schema json file to dist

* Use cp instead

* Use cp instead

* Reinstall

* revert package locl
  • Loading branch information
willpote authored May 11, 2021
1 parent dc1ae6e commit 217c8cb
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 @@ -22,7 +22,8 @@
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepublishOnly": "tsdx test && tsdx build"
"prepublishOnly": "tsdx test && tsdx build",
"postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json"
},
"peerDependencies": {},
"husky": {
Expand Down

0 comments on commit 217c8cb

Please sign in to comment.