Skip to content

Commit

Permalink
Merge 9fc14b4 into 798e458
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Mar 7, 2020
2 parents 798e458 + 9fc14b4 commit 4152e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
],
"license": "BSD-2-Clause",
"scripts": {
"test": "ava --node-arguments '--experimental-modules' --timeout 2m",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --node-arguments '--experimental-modules' --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"test": "ava --timeout 2m",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/service-admin.mjs --section=API",
"lint": "documentation lint src/service-admin.mjs"
},
Expand Down

0 comments on commit 4152e3b

Please sign in to comment.