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 2929 "type-check" : " tsc --noEmit" ,
3030 "type-check:watch" : " npm run type-check -- --watch" ,
3131 "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" ,
3333 "lint:src" : " eslint --ext .ts,.tsx src/scripts/**" ,
3434 "lint:stories" : " eslint --ext .ts,.tsx stories/**" ,
35- "lint:test" : " eslint --ext .js,.ts,.tsx test/**" ,
3635 "build" : " run-p build:lib build:module build:types" ,
3736 "build:lib" : " babel -d lib/ src/ --extensions \" .ts,.tsx\" --source-maps true" ,
3837 "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