Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #279 from Zilliqa/chore/webpack_release
Browse files Browse the repository at this point in the history
build webpack via travis
  • Loading branch information
bb111189 authored Feb 11, 2021
2 parents 672b721 + 75fbf7a commit fbb889e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 115 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ install:
- yarn install
- yarn global add codecov
- yarn global add ts-node
- yarn global add webpack
script:
- yarn bootstrap
- yarn run test
- yarn bundle

- yarn build:web
after_success:
- codecov
cache:
Expand Down
1 change: 1 addition & 0 deletions examples/webpack/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- Please generate zilliqa-min.js using yarn build:web-->>
<script src="zilliqa.min.js"></script>
<script src="index.js"></script>
</head>
Expand Down
Loading

0 comments on commit fbb889e

Please sign in to comment.