Skip to content

Commit 7b348b7

Browse files
committed
test
1 parent 915fa17 commit 7b348b7

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

.circleci/config.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- attach_workspace:
3232
at: .
3333
- rn/yarn_install
34-
# - run:
35-
# name: Publish to NPM
36-
# command: yarn ci:publish
34+
- run:
35+
name: Publish to NPM
36+
command: yarn release
3737

3838

3939
workflows:
@@ -46,3 +46,12 @@ workflows:
4646
# - publish:
4747
# requires:
4848
# - analyze
49+
50+
51+
52+
53+
54+
55+
# - run:
56+
# name: release
57+
# command: npm run semantic-release || true

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "tsc",
99
"release": "auto shipit",
1010
"test": "jest",
11-
"lint": "eslint src/**/*.ts"
11+
"lint": "eslint src/**/*.ts",
12+
"semantic-release": "semantic-release"
1213
},
1314
"peerDependencies": {
1415
"react": ">=16.8.0",
@@ -33,7 +34,8 @@
3334
"react-native": "^0.61.5",
3435
"react-test-renderer": "^16.12.0",
3536
"ts-jest": "^25.2.1",
36-
"typescript": "^3.6.4"
37+
"typescript": "^3.6.4",
38+
"semantic-release": "^17.0.4"
3739
},
3840
"author": "Nader Dabit",
3941
"license": "ISC",

0 commit comments

Comments
 (0)