From 25aa8df568bab60bee7ec1f76610bbec41276509 Mon Sep 17 00:00:00 2001 From: Gavan Lamb Date: Sat, 15 Jun 2024 12:41:18 +1000 Subject: [PATCH] feat(GH-8): Update test command to include CI argument --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e8b480..87c0cbe 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "scripts": { "lint": "npx eslint . -c .eslintrc.yml", "package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt", - "test": "npx jest --json --outputFile=./test-results/summary.json", + "test": "npx jest --json --outputFile=./test-results/summary.json --ci", "all": "npm run lint && npm run test && npm run package" }, "license": "MIT",