Skip to content

Commit ef70bca

Browse files
authored
Merge pull request #383 from stabilitydao/update-subgraph-plasma
remove postbuild
2 parents e0b2e3d + d66014c commit ef70bca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.61.1",
3+
"version": "0.61.2",
44
"description": "Stability DAO Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
@@ -19,7 +19,6 @@
1919
"test": "jest",
2020
"update-lending": "ts-node tools/update-lending.ts && yarn prettier --write src/lending.ts",
2121
"coverage": "jest --collect-coverage",
22-
"postbuild": "shx cp src/*.tokenlist.json out/",
2322
"draw-chains": "ts-node tools/draw-chains.ts",
2423
"draw-integrations": "ts-node tools/draw-integrations.ts",
2524
"draw-markets": "ts-node tools/draw-markets.ts",

0 commit comments

Comments
 (0)