Skip to content

Commit

Permalink
Modify Publish Command
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen Juge <hello@praveenjuge.com>
  • Loading branch information
praveenjuge committed Sep 24, 2023
1 parent f198678 commit 645fbdd
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
@@ -1,6 +1,7 @@
node_modules/
bun.lockb
.DS_Store
.env

# Packages
packages/icons/icons
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"copy:icons": "rm -rf ./packages/icons/icons && mkdir ./packages/icons/icons && cp -r ./icons/*.svg ./packages/icons/icons",
"copy:license": "cp ./LICENSE ./packages/icons-react/LICENSE && cp ./LICENSE ./packages/icons/LICENSE",
"everything-everywhere-all-at-once": "bun run build:svg-icons && bun run build:docs-pages && bun run build:svg-fonts && bun run copy:icons && bun run cleanup && bun run build:react-icons && bun run build:react-bundle && bun run copy:license",
"publish": "bunx lerna publish --no-private --github-release",
"publish": "bunx lerna publish --no-private --create-release=github --conventional-commits",
"publish:github": "bunx lerna publish from-package --yes --registry https://npm.pkg.github.com",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 645fbdd

Please sign in to comment.