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 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
3939workflows :
@@ -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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments