Skip to content

Commit

Permalink
Merge pull request #33 from lifeomic/public
Browse files Browse the repository at this point in the history
fix: make package public
  • Loading branch information
swain authored Jun 10, 2022
2 parents ff0d655 + 07cbfdd commit c733285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 test
yarn build
- name: Publish
run: |
yarn semantic-release
npm access grant read-only lifeomic:readonly-developers '@lifeomic/one-schema'
run: yarn semantic-release
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "node build.js",
"lint": "eslint .",
Expand Down

0 comments on commit c733285

Please sign in to comment.