File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1212 run : yarn
1313 - name : Build
1414 run : yarn build
15+ - name : Build SWC
16+ run : yarn build:swc
1517 - name : Build storybook
1618 run : yarn storybook:build
Original file line number Diff line number Diff line change 77 "main" : " ./build/index.js" ,
88 "repository" : {
99 "type" : " git" ,
10- "url" : " https://github.com/maxgfr/typescript-swc-starter .git"
10+ "url" : " https://github.com/maxgfr/typescript-react-lib-swc .git"
1111 },
1212 "bugs" : {
13- "url" : " https://github.com/maxgfr/typescript-swc-starter /issues"
13+ "url" : " https://github.com/maxgfr/typescript-react-lib-swc /issues"
1414 },
15- "homepage" : " https://github.com/maxgfr/typescript-swc-starter #readme" ,
15+ "homepage" : " https://github.com/maxgfr/typescript-react-lib-swc #readme" ,
1616 "files" : [
1717 " build"
1818 ],
1919 "keywords" : [
2020 " boilerplate" ,
2121 " typescript" ,
22- " swc"
22+ " swc" ,
23+ " react" ,
24+ " storybook" ,
25+ " @testing-library"
2326 ],
2427 "scripts" : {
2528 "dev" : " nodemon" ,
You can’t perform that action at this time.
0 commit comments