Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorakjan committed Jul 2, 2024
1 parent 443a975 commit a267705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
- run: npm publish --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"url": "https://github.com/feedyou-ai/jq-web/issues"
},
"homepage": "https://github.com/feedyou-ai/jq-web/jq-web#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/feedyou-ai"
},
"devDependencies": {
"tape": "^4.9.1",
"uglify-es": "^3.3.9",
Expand Down

0 comments on commit a267705

Please sign in to comment.