mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:11:08 +08:00
REMOVE coverage reporting
This commit is contained in:
parent
c713fdc37a
commit
1dbfc36750
@ -11,7 +11,7 @@
|
||||
"test": "jest",
|
||||
"posttest": "npm run lint",
|
||||
"compile": "tsc",
|
||||
"coverage": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
||||
"coverage": "jest --coverage",
|
||||
"watch": "tsc -w",
|
||||
"lint": "tslint 'src/*.ts*' && tslint 'test/*.ts*'"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user