Skip to content

Commit

Permalink
TEMP CONVENIENCE
Browse files Browse the repository at this point in the history
  • Loading branch information
happycollision committed Dec 8, 2024
1 parent 7169a25 commit 732f8f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
"clean": "rm -rf src/build/ .nyc_output/ coverage/ test/fixtures/output.*",
"test": "npm run test-lint && npm run test-unit && npm run test-licensing && npm run test-types",
"test-lint": "semistandard && cpplint",
"l": "semistandard --fix && cpplint",
"b": "npm i --build-from-source",
"t": "mocha -f 'composite'",
"bt": "npm run b && npm run t",
"test-unit": "nyc --reporter=lcov --reporter=text --check-coverage --branches=100 mocha",
"test-licensing": "license-checker --production --summary --onlyAllow=\"Apache-2.0;BSD;ISC;LGPL-3.0-or-later;MIT\"",
"test-leak": "./test/leak/leak.sh",
Expand Down

0 comments on commit 732f8f0

Please sign in to comment.