File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ node_js:
33- node
44after_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+ - pwd
8+ - ls
9+ - ls dist
10+ - test $TRAVIS_BRANCH = "main" && cd example && npm install &&
711 npm run build && cd ..
812deploy :
913- provider : pages
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments