Skip to content

Commit

Permalink
Merge pull request #15 from lifeomic/PHC-3951-public
Browse files Browse the repository at this point in the history
Publish npm publicly
  • Loading branch information
markdlv authored Feb 23, 2023
2 parents 67cae5e + 7832138 commit a4e9d0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ jobs:
yarn lint
yarn build
- name: Publish
run: |
yarn semantic-release
npm access grant read-only lifeomic:readonly-developers '@lifeomic/react-native-sdk'
run: yarn semantic-release
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@lifeomic/react-native-sdk",
"version": "0.0.0",
"description": "React-native components for building a mobile app against the LifeOmic Platform",
"publishConfig": {
"access": "public"
},
"scripts": {
"format": "yarn prettier '**/*.{ts,tsx,js,json,md}'",
"format:write": "yarn format --write",
Expand All @@ -15,7 +18,7 @@
"copyToStarter": "cp -r ./dist/ ../react-native-starter/node_modules/@lifeomic/react-native-sdk"
},
"author": "LifeOmic <development@lifeomic.com>",
"license": "UNLICENSED",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
Expand Down

0 comments on commit a4e9d0f

Please sign in to comment.