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

Commit fbb889e

Browse files
authored
Merge pull request #279 from Zilliqa/chore/webpack_release
build webpack via travis
2 parents 672b721 + 75fbf7a commit fbb889e

File tree

5 files changed

+4
-115
lines changed

5 files changed

+4
-115
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ install:
4242
- yarn install
4343
- yarn global add codecov
4444
- yarn global add ts-node
45+
- yarn global add webpack
4546
script:
4647
- yarn bootstrap
4748
- yarn run test
4849
- yarn bundle
49-
50+
- yarn build:web
5051
after_success:
5152
- codecov
5253
cache:

examples/webpack/html/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Document</title>
7+
<!-- Please generate zilliqa-min.js using yarn build:web-->>
78
<script src="zilliqa.min.js"></script>
89
<script src="index.js"></script>
910
</head>

0 commit comments

Comments
 (0)