Skip to content

Commit

Permalink
fix(odyssey-react-mui): remove reference to babel-loader package
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancunningham-okta committed Sep 23, 2024
1 parent 838789e commit e6d68ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git checkout .
# All packages are built by `prepack`.

# update version with commit SHA to allow lerna to publish
FILES_TO_UPDATE_VERSION="lerna.json packages/odyssey-design-tokens/package.json packages/odyssey-babel-preset/package.json packages/odyssey-babel-loader/package.json packages/odyssey-react-mui/package.json packages/browserslist-config-odyssey/package.json packages/odyssey-storybook/package.json"
FILES_TO_UPDATE_VERSION="lerna.json packages/odyssey-design-tokens/package.json packages/odyssey-babel-preset/package.json packages/odyssey-react-mui/package.json packages/browserslist-config-odyssey/package.json packages/odyssey-storybook/package.json"
for PATH_AND_FILE in $FILES_TO_UPDATE_VERSION; do
FULL_PATH="$OKTA_HOME/$REPO/$PATH_AND_FILE"
json_contents="$(jq '.version = "'$TAGGED_VERSION'"' $FULL_PATH)" && \
Expand Down

0 comments on commit e6d68ee

Please sign in to comment.