File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 31
31
- attach_workspace :
32
32
at : .
33
33
- 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
37
37
38
38
39
39
workflows :
@@ -46,3 +46,12 @@ workflows:
46
46
# - publish:
47
47
# requires:
48
48
# - analyze
49
+
50
+
51
+
52
+
53
+
54
+
55
+ # - run:
56
+ # name: release
57
+ # command: npm run semantic-release || true
Original file line number Diff line number Diff line change 8
8
"build" : " tsc" ,
9
9
"release" : " auto shipit" ,
10
10
"test" : " jest" ,
11
- "lint" : " eslint src/**/*.ts"
11
+ "lint" : " eslint src/**/*.ts" ,
12
+ "semantic-release" : " semantic-release"
12
13
},
13
14
"peerDependencies" : {
14
15
"react" : " >=16.8.0" ,
33
34
"react-native" : " ^0.61.5" ,
34
35
"react-test-renderer" : " ^16.12.0" ,
35
36
"ts-jest" : " ^25.2.1" ,
36
- "typescript" : " ^3.6.4"
37
+ "typescript" : " ^3.6.4" ,
38
+ "semantic-release" : " ^17.0.4"
37
39
},
38
40
"author" : " Nader Dabit" ,
39
41
"license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments