소스 검색

chore: remove superfluous 'build' script

Paul Razvan Berg 4 년 전
부모
커밋
a26a4af1e0
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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",