Skip to content

Commit 6a38f1b

Browse files
committed
build(package): add scripts and codecov
1 parent 0fab8f2 commit 6a38f1b

File tree

2 files changed

+176
-0
lines changed

2 files changed

+176
-0
lines changed

package-lock.json

Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
],
1010
"scripts": {
1111
"build": "rollup -c",
12+
"codecov": "codecov",
13+
"commitmsg": "commitlint -e $GIT_PARAMS",
1214
"deploy-storybook-ci": "storybook-to-ghpages --ci",
15+
"gc": "commit",
1316
"lint": "eslint --ext .js,.jsx .",
1417
"prepublishOnly": "npm run build",
1518
"semantic-release": "semantic-release",
@@ -64,6 +67,7 @@
6467
"babel-preset-env": "^1.6.1",
6568
"babel-preset-minify": "^0.4.0",
6669
"babel-preset-react": "^6.24.1",
70+
"codecov": "^3.0.0",
6771
"css-loader": "^0.28.11",
6872
"enzyme": "^3.3.0",
6973
"eslint": "^4.19.1",

0 commit comments

Comments
 (0)