File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
11
"css:build:dist" : " compile-less -d src --combine markdown.css --rm-global" ,
12
12
"bundle" : " ncc build src/index.tsx --target web --filename markdown" ,
13
13
"bundle:min" : " ncc build src/index.tsx --target web --filename markdown --minify" ,
14
- "watch" : " tsbb watch & npm run css:watch" ,
15
- "build" : " tsbb build && npm run css:build && npm run css:build:dist"
14
+ "watch" : " tsbb watch src/*.tsx --use-babel & npm run css:watch" ,
15
+ "build" : " tsbb build src/*.tsx --use-babel && npm run css:build && npm run css:build:dist"
16
16
},
17
17
"repository" : {
18
18
"type" : " git" ,
Original file line number Diff line number Diff line change 4
4
"baseUrl" : " ./" ,
5
5
"noEmit" : false
6
6
},
7
- "include" : [" src" , " ./.kktrc.ts " ]
7
+ "include" : [" src" ]
8
8
}
Original file line number Diff line number Diff line change 37
37
"prettier" : " ^2.7.1" ,
38
38
"pretty-quick" : " ~3.1.3" ,
39
39
"lerna" : " ^6.1.0" ,
40
- "tsbb" : " ^3.7.9"
40
+ "tsbb" : " ^4.1.5" ,
41
+ "jest" : " ^29.5.0" ,
42
+ "jest-watch-typeahead" : " ^2.2.2" ,
43
+ "jest-environment-jsdom" : " ~29.5.0" ,
44
+ "jest-environment-node" : " ^29.5.0"
41
45
},
42
46
"eslintConfig" : {
43
47
"extends" : " react-app"
You can’t perform that action at this time.
0 commit comments