File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 29
29
"type-check" : " tsc --noEmit" ,
30
30
"type-check:watch" : " npm run type-check -- --watch" ,
31
31
"format" : " npm run lint:src -- --fix && npm run lint:stories -- --fix && npm run lint:test -- --fix" ,
32
- "lint" : " npm run lint:src && npm run lint:stories && npm run lint:test " ,
32
+ "lint" : " npm run lint:src && npm run lint:stories" ,
33
33
"lint:src" : " eslint --ext .ts,.tsx src/scripts/**" ,
34
34
"lint:stories" : " eslint --ext .ts,.tsx stories/**" ,
35
- "lint:test" : " eslint --ext .js,.ts,.tsx test/**" ,
36
35
"build" : " run-p build:lib build:module build:types" ,
37
36
"build:lib" : " babel -d lib/ src/ --extensions \" .ts,.tsx\" --source-maps true" ,
38
37
"build:module" : " BUILD_TARGET=module babel -d module/ src/ --extensions \" .ts,.tsx\" --source-maps true" ,
You can’t perform that action at this time.
0 commit comments