File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
- node
4
4
after_success :
5
5
- 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 &&
7
8
npm run build && cd ..
8
9
deploy :
9
10
- provider : pages
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.3] - 2020-12-11
4
+
5
+ ### Fixed
6
+
7
+ - fix ` after_script ` in ` .travis-yml ` to build before publish
8
+
3
9
## [ 1.0.2] - 2020-12-11
4
10
5
11
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ginkgo-bioworks/react-json-schema-form-builder" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " React JSON Schema Form Editor" ,
5
5
"author" : {
6
6
"name" : " Nathan Alam" ,
You can’t perform that action at this time.
0 commit comments