Skip to content

Commit db3de2e

Browse files
committed
chore: 🤖 build codecov after build success
1 parent 1298a28 commit db3de2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ before_script:
66
- 'yarn build'
77
- 'yarn build-storybook'
88

9+
after_success:
10+
- 'npx codecov'
11+
912
deploy:
1013
provider: pages
1114
local_dir: './storybook-static'

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "tsc",
99
"storybook": "start-storybook -p 6006",
1010
"build-storybook": "build-storybook",
11-
"test": "jest --config test/unit/jest.conf.js"
11+
"test": "jest --config test/unit/jest.conf.js",
12+
"commit": "npx git-cz"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)