Преглед на файлове

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",