Skip to content

Commit

Permalink
fix: ff
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Aug 18, 2024
1 parent c645b33 commit b09dfee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ jobs:
run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"build": "npm run svgr && node scripts/add-custom-attr.js && node scripts/generate-declarations.js && rollup -c",
"svgr": "svgr --icon --replace-attr-values '#000=none' --replace-attr-values '1em={24}' -d src -- ../justd-svg",
"pr": "npm run build && git commit -a",
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it"
"release": "release-it",
"release-gh": "export GITHUB_TOKEN=$(cat .github_token) && release-it"
},
"files": [
"dist"
Expand Down

0 comments on commit b09dfee

Please sign in to comment.