Skip to content

Commit 0973ec7

Browse files
committed
Build before deploy always
1 parent 9ff5c7b commit 0973ec7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ node_js:
33
- node
44
after_success:
55
- coveralls < coverage/lcov.info
6-
- test $TRAVIS_BRANCH = "main" && npm run-s build && cd example && npm install &&
6+
- npm run-s build
7+
- test $TRAVIS_BRANCH = "main" && cd example && npm install &&
78
npm run build && cd ..
89
deploy:
910
- provider: pages

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.0.3] - 2020-12-11
4+
5+
### Fixed
6+
7+
- fix `after_script` in `.travis-yml` to build before publish
8+
39
## [1.0.2] - 2020-12-11
410

511
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ginkgo-bioworks/react-json-schema-form-builder",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "React JSON Schema Form Editor",
55
"author": {
66
"name": "Nathan Alam",

0 commit comments

Comments
 (0)