Skip to content

Commit

Permalink
feat(GH-8): Update test command to include CI argument
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanlamb committed Jun 15, 2024
1 parent ebf7583 commit 25aa8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 25aa8df

Please sign in to comment.