Skip to content

Commit

Permalink
chore: fix CI call in jest, ignore reports in git
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Jan 13, 2025
1 parent e612edf commit b389b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,5 @@ dist
.pnp.*

dist
src/environment/sdk.js
src/environment/sdk.js
reports
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"build:package": "rollup -c rollup.config.mjs",
"jest": "JEST_AIRTABLE_TS_DEV=true jest",
"test": "run-s build:sdk jest",
"test:ci": "run-s build:sdk jest --ci --reporters=default --reporters=jest-junit",
"ci": "run-s lint test",
"test:ci": "run-s build:sdk jest --reporters=default --reporters=jest-junit",
"ci": "run-s lint test:ci",
"watch": "npm-watch test",
"lint": "eslint ./src",
"prepare": "husky"
Expand Down

0 comments on commit b389b2f

Please sign in to comment.