File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import tseslint from 'typescript-eslint'
66export default [
77 ...tseslint . config ( eslint . configs . recommended , tseslint . configs . recommended ) ,
88 {
9- ignores : [ '**/__sdk .js' , '**/*.test.ts' ] ,
9+ ignores : [ '**/sdk .js' , '**/*.test.ts' ] ,
1010 } ,
1111 {
1212 rules : {
Original file line number Diff line number Diff line change 3333 "build:sdk" : " rollup -c rollup-sdk.config.mjs" ,
3434 "build:package" : " rollup -c rollup.config.mjs" ,
3535 "jest" : " JEST_AIRTABLE_TS_DEV=true jest" ,
36+ "jest:ci" : " JEST_AIRTABLE_TS_DEV=true jest --reporters=default --reporters=jest-junit" ,
3637 "test" : " run-s build:sdk jest" ,
37- "test:ci" : " run-s build:sdk jest --reporters=default --reporters=jest-junit" ,
38- "ci" : " run-s lint test:ci" ,
38+ "ci" : " run-s lint jest:ci" ,
3939 "watch" : " npm-watch test" ,
4040 "lint" : " eslint ./src" ,
4141 "prepare" : " husky"
You can’t perform that action at this time.
0 commit comments