Ver Fonte

chore: remove superfluous 'build' script

Paul Razvan Berg há 4 anos atrás
pai
commit
a26a4af1e0
2 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 1
      README.md
  2. 0 1
      package.json

+ 1 - 1
README.md

@@ -31,7 +31,7 @@ Compile the smart contracts with Buidler:
 $ yarn compile
 ```
 
-### Build
+### TypeChain
 
 Compile the smart contracts and generate TypeChain artifacts:
 

+ 0 - 1
package.json

@@ -66,7 +66,6 @@
     "url": "https://github.com/paulrberg/solidity-template"
   },
   "scripts": {
-    "build": "yarn run compile && yarn run typechain",
     "clean": "buidler clean",
     "commit": "git-cz",
     "compile": "buidler compile",