Skip to content

Commit

Permalink
chore update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 17, 2024
1 parent 3e918cb commit 518808c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@ jobs:
- run: npm test

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Prepare for npm publish
run: |
npm ci
npm run build
npm publish
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ tsconfigcopy.json
*.lock
tsconfig.json
tsconfig.types.json
.prettierrc.js
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"translator",
"translator code",
"i18n json generator",
"i18n"
"i18n",
"translations",
"azure"
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 518808c

Please sign in to comment.