Skip to content

Commit

Permalink
Fix issue with c8
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplify committed Apr 13, 2024
1 parent f73a076 commit a39d8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jsnext
build
npm-debug.log
.log
test.lcov
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"build-bower": "rm -rf dist && npx tsc src/*.ts --declaration --target es2017 --module amd --outDir ./dist/",
"build-module": "rm -rf jsnext && npx tsc src/*.ts --target es2017 --module es2020 --outDir ./jsnext/",
"test": "npm run build && mocha 'test/**/*.js'",
"coverage": "c8 mocha && nyc report --reporter=text-lcov > test.lcov",
"coverage": "c8 mocha && c8 report --reporter=text-lcov > test.lcov",
"lint": "eslint 'src/**/*.ts' 'test/**/*.js'",
"prepare": "npm run build-node",
"docs": "typedoc src/ibantools.ts",
Expand Down

0 comments on commit a39d8c1

Please sign in to comment.