Skip to content

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Mar 13, 2024
1 parent 92e35cf commit 61cc293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/micro-ui/web/micro-ui-internals/publish.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 --tag upyog-2.9
# msg "Building and publishing css"
# cd "$BASEDIR/packages/css" && rm -rf node_modules && rm -rf dist && yarn && npm publish --tag upyog-2.9

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

0 comments on commit 61cc293

Please sign in to comment.