Skip to content

Commit

Permalink
fix: link for globalThis.fetch
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
  • Loading branch information
lukas-reining committed Sep 6, 2024
1 parent 18f3906 commit b00a4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: npm run publish --access public
run: npm publish --access public
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"type-check:watch": "npm run type-check -- --watch",
"build:types": "tsc -p tsconfig.lib.json",
"build:js": "rollup -c",
"build": "npm run build:types && npm run build:js",
"publish": "npm publish --public"
"build": "npm run build:types && npm run build:js"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand Down

0 comments on commit b00a4f0

Please sign in to comment.