We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd16604 commit 00eb5c5Copy full SHA for 00eb5c5
.github/workflows/push-package.yml
@@ -11,6 +11,9 @@ jobs:
11
node-version: 20
12
- run: npm install
13
- run: export GHKEY=${{ secrets.GHKEY }}; npm test
14
- - uses: JS-DevTools/npm-publish@v3
15
- with:
16
- token: ${{ secrets.NPM_TOKEN }}
+ - name: Publish
+ run: |
+ npm run build
17
+ npm publish --access public
18
+ env:
19
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_JS_ORG_ACCESS_TOKEN }}
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "graphhopper-js-api-client",
+ "name": "@graphhopper/graphhopper-js-api-client",
3
"version": "7.6.5",
4
"description": "A Javascript Client for the GraphHopper Directions API",
5
"author": "GraphHopper Community",
0 commit comments