Skip to content

Commit 16751c8

Browse files
committed
ci: update ci
1 parent 97f07d6 commit 16751c8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- run:
2727
name: 📦 Install packages
2828
command: yarn install
29+
- run:
30+
name: 🚧 Building
31+
command: yarn build
2932
- run:
3033
name: 🚀 Publish to Github Package
3134
command: yarn ci:publish

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@react-native-community/eslint-config": "^1.0.0",
38+
"@semantic-release/github": "^7.0.5",
3839
"@types/jest": "^25.2.1",
3940
"@types/lodash.find": "^4.6.6",
4041
"@types/lodash.findindex": "^4.6.6",
@@ -69,6 +70,7 @@
6970
"registry": "https://npm.pkg.github.com/"
7071
},
7172
"release": {
73+
"branch": "master",
7274
"verifyConditions": "condition-circle"
7375
}
7476
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@
12351235
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.2.0.tgz#ee9d5a09c9969eade1ec864776aeda5c5cddbbf0"
12361236
integrity sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==
12371237

1238-
"@semantic-release/github@^7.0.0":
1238+
"@semantic-release/github@^7.0.0", "@semantic-release/github@^7.0.5":
12391239
version "7.0.5"
12401240
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.0.5.tgz#042b515cbae8695aa60bc4ed17722c34512a5b89"
12411241
integrity sha512-1nJCMeomspRIXKiFO3VXtkUMbIBEreYLFNBdWoLjvlUNcEK0/pEbupEZJA3XHfJuSzv43u3OLpPhF/JBrMuv+A==

0 commit comments

Comments
 (0)