Explorar o código

chore: remove superfluous 'build' script

Paul Razvan Berg %!s(int64=4) %!d(string=hai) anos
pai
achega
a26a4af1e0
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  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",