Remove unactive

This commit is contained in:
Mykola 2020-01-02 10:29:58 -08:00
parent b7978e9023
commit d7ea45f6c3
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

View File

@ -11,7 +11,7 @@
"list": "npm run cleanup && ts-node ./script/gen_list",
"resize": "npm run cleanup && ts-node ./script/resize_images",
"map-cmc": "npm run cleanup && ts-node ./pricing/coinmarketcap/script",
"magic": "npm run update-bep2 && npm run checksum-erc20 && npm run resize && npm run list && npm run test"
"magic": "npm run update-bep2 && npm run checksum-erc20 && npm run resize && npm run list && npm t"
},
"repository": {
"type": "git",