Skip to content

Commit

Permalink
package.json script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Mar 23, 2019
1 parent 31450ed commit 5cdfc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "tslint -p tsconfig.json -c tslint.json --exclude '**/*.d.ts'",
"test": "jest",
"coverage": "npm test -- --coverage",
"codecov": "npm run coverage -- --runInBand && codecov",
"codecov": "npm run build && npm run coverage -- --runInBand && codecov",
"benchmark": "find benchmarks -name '*.js' -exec benchmarks/start.sh {} \\;"
},
"dependencies": {},
Expand Down

0 comments on commit 5cdfc41

Please sign in to comment.