File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 12
12
run : yarn
13
13
- name : Build
14
14
run : yarn build
15
+ - name : Build SWC
16
+ run : yarn build:swc
15
17
- name : Build storybook
16
18
run : yarn storybook:build
Original file line number Diff line number Diff line change 7
7
"main" : " ./build/index.js" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
- "url" : " https://github.com/maxgfr/typescript-swc-starter .git"
10
+ "url" : " https://github.com/maxgfr/typescript-react-lib-swc .git"
11
11
},
12
12
"bugs" : {
13
- "url" : " https://github.com/maxgfr/typescript-swc-starter /issues"
13
+ "url" : " https://github.com/maxgfr/typescript-react-lib-swc /issues"
14
14
},
15
- "homepage" : " https://github.com/maxgfr/typescript-swc-starter #readme" ,
15
+ "homepage" : " https://github.com/maxgfr/typescript-react-lib-swc #readme" ,
16
16
"files" : [
17
17
" build"
18
18
],
19
19
"keywords" : [
20
20
" boilerplate" ,
21
21
" typescript" ,
22
- " swc"
22
+ " swc" ,
23
+ " react" ,
24
+ " storybook" ,
25
+ " @testing-library"
23
26
],
24
27
"scripts" : {
25
28
"dev" : " nodemon" ,
You can’t perform that action at this time.
0 commit comments