Skip to content

Commit

Permalink
Merge pull request #5 from lifeomic/make-public
Browse files Browse the repository at this point in the history
fix: make package public
  • Loading branch information
swain authored Oct 20, 2021
2 parents 973a792 + 1687a7b commit d32ab65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
yarn lint
yarn test
yarn build
- name: '[TEMPORARY] Modify Package Access'
env:
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm access grant read-only lifeomic:readonly-developers '@lifeomic/eslint-plugin-i18next' --unsafe-perm --user 0
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"repository": "[email protected]:lifeomic/eslint-plugin-i18next.git",
"author": "LifeOmic <[email protected]>",
"license": "UNLICENSED",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint . && prettier --check .",
"test": "jest",
Expand Down

0 comments on commit d32ab65

Please sign in to comment.