File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ node_modules /** /*
2+ src /dashboard /build /*
Original file line number Diff line number Diff line change 2626 "coverage" : " nyc mocha" ,
2727 "fix" : " eslint ./src --fix" ,
2828 "lint" : " eslint ./src" ,
29- "clean" : " rimraf dist src/dashboard/build"
29+ "clean" : " rimraf dist src/dashboard/build" ,
30+ "ci" : " run-s test lint"
3031 },
3132 "author" : " Pathway Commons" ,
3233 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ async function getInput (options) {
8686 }
8787}
8888
89- async function main ( ) {
89+ async function main ( ) { // eslint-disable-line no-unused-vars
9090 ( program
9191 . name ( 'hyper-recent' )
9292 . description ( 'A CLI to do hyper-recent feed analysis' )
@@ -116,5 +116,3 @@ async function main () {
116116
117117 await program . parseAsync ( ) ;
118118}
119-
120- // main();
You can’t perform that action at this time.
0 commit comments