From 732f8f040262d629041588b630256c3767a306a2 Mon Sep 17 00:00:00 2001 From: Don Denton Date: Fri, 5 Jul 2024 22:24:13 -0400 Subject: [PATCH] TEMP CONVENIENCE --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index bcf1f8c0d..ec5d918f8 100644 --- a/package.json +++ b/package.json @@ -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",