Skip to content

Commit

Permalink
fix(ops): add missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeents committed Nov 26, 2022
1 parent 94e9205 commit 0199026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"scripts": {
"build": "rm -rf ./.dist && tsc --project tsconfig.build.json",
"test": "jest --passWithNoTests"
"test": "jest --passWithNoTests",
"test:coverage": "jest --coverage -ci --bail --silent --forceExit"
},
"packageManager": "yarn@3.3.0",
"devDependencies": {
Expand Down

0 comments on commit 0199026

Please sign in to comment.