File tree 2 files changed +3
-3
lines changed
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'
6
6
export default [
7
7
...tseslint . config ( eslint . configs . recommended , tseslint . configs . recommended ) ,
8
8
{
9
- ignores : [ '**/__sdk .js' , '**/*.test.ts' ] ,
9
+ ignores : [ '**/sdk .js' , '**/*.test.ts' ] ,
10
10
} ,
11
11
{
12
12
rules : {
Original file line number Diff line number Diff line change 33
33
"build:sdk" : " rollup -c rollup-sdk.config.mjs" ,
34
34
"build:package" : " rollup -c rollup.config.mjs" ,
35
35
"jest" : " JEST_AIRTABLE_TS_DEV=true jest" ,
36
+ "jest:ci" : " JEST_AIRTABLE_TS_DEV=true jest --reporters=default --reporters=jest-junit" ,
36
37
"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" ,
39
39
"watch" : " npm-watch test" ,
40
40
"lint" : " eslint ./src" ,
41
41
"prepare" : " husky"
You can’t perform that action at this time.
0 commit comments