Skip to content

Commit 5abe0bd

Browse files
author
JeanBaptisteWATENBERG
authored
Merge pull request #5 from JeanBaptisteWATENBERG/JeanBaptisteWATENBERG-patch-1
(fix) build before deploy
2 parents 12b1d76 + f1a7b17 commit 5abe0bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ before_install:
77
after_success:
88
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
99
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
10+
- npm run build
1011
- npm run docz:build
1112
branches:
1213
only:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jsonpath-editor",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "react-jsonpath-editor React component",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)