Skip to content

Commit

Permalink
Update publish-beta.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Mar 13, 2024
1 parent 334ed30 commit 6d4fee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/micro-ui/web/micro-ui-internals/publish-beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ msg() {
# yarn build
# sleep 5

msg "Building and publishing css"
cd "$BASEDIR/packages/css" && rm -rf node_modules && rm -rf dist && yarn && npm publish --access public
# msg "Building and publishing css"
# cd "$BASEDIR/packages/css" && rm -rf node_modules && rm -rf dist && yarn && npm publish --access public

msg "Building and publishing libraries"
cd "$BASEDIR/packages/libraries" && rm -rf node_modules && rm -rf dist && yarn build && npm publish --access public
Expand Down

0 comments on commit 6d4fee6

Please sign in to comment.