Skip to content

Commit

Permalink
fix: release gh
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Aug 3, 2024
1 parent c7918bf commit f795033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ node_modules/
dist/
.DS_Store
.idea
.env
tailwind.config.js
tailwind.config.ts

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"preview": "npm run clean && npm run build && npm link",
"pr": "rimraf tailwind.config.js && rimraf tailwind.config.ts && npm run clean && npm run build && git commit -a",
"pre": "chmod a+x dist/index.js",
"release": "release-it"
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it"
},
"keywords": [
"cli",
Expand Down

0 comments on commit f795033

Please sign in to comment.