Skip to content

Commit 79efc22

Browse files
committed
fix: release
1 parent e02ec52 commit 79efc22

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ jobs:
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

package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,22 @@
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",

0 commit comments

Comments
 (0)