We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1298a28 commit db3de2eCopy full SHA for db3de2e
‎.travis.yml
@@ -6,6 +6,9 @@ before_script:
6
- 'yarn build'
7
- 'yarn build-storybook'
8
9
+after_success:
10
+ - 'npx codecov'
11
+
12
deploy:
13
provider: pages
14
local_dir: './storybook-static'
‎package.json
@@ -8,7 +8,8 @@
"build": "tsc",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
- "test": "jest --config test/unit/jest.conf.js"
+ "test": "jest --config test/unit/jest.conf.js",
+ "commit": "npx git-cz"
},
"repository": {
15
"type": "git",
0 commit comments