Skip to content

Commit b389b2f

Browse files
committed
chore: fix CI call in jest, ignore reports in git
1 parent e612edf commit b389b2f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,5 @@ dist
130130
.pnp.*
131131

132132
dist
133-
src/environment/sdk.js
133+
src/environment/sdk.js
134+
reports

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"build:package": "rollup -c rollup.config.mjs",
3535
"jest": "JEST_AIRTABLE_TS_DEV=true jest",
3636
"test": "run-s build:sdk jest",
37-
"test:ci": "run-s build:sdk jest --ci --reporters=default --reporters=jest-junit",
38-
"ci": "run-s lint test",
37+
"test:ci": "run-s build:sdk jest --reporters=default --reporters=jest-junit",
38+
"ci": "run-s lint test:ci",
3939
"watch": "npm-watch test",
4040
"lint": "eslint ./src",
4141
"prepare": "husky"

0 commit comments

Comments
 (0)