Skip to content

Commit

Permalink
Merge pull request #8 from lifeomic/publish
Browse files Browse the repository at this point in the history
fix(INFRA-557): open source
  • Loading branch information
shawnzhu authored Jan 8, 2024
2 parents b0c1932 + 7e10c24 commit 8eef27f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
run: |
yarn build
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npx semantic-release
npm access grant read-only lifeomic:readonly-developers '@lifeomic/turbo-remote-cache'
npx semantic-release
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.0.0",
"license": "MIT",
"description": "remote cache server for turbo repo",
"publishConfig": {
"access": "public"
},
"repository": "[email protected]:lifeomic/turbo-remote-cache.git",
"bin": {
"start-turbo-cache-server": "dist/bin/start_server.js"
},
Expand Down

0 comments on commit 8eef27f

Please sign in to comment.