Skip to content

Commit

Permalink
build: remove old stage bundle url (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seavenly committed Jun 8, 2023
1 parent 9ef6eb0 commit c669016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ module.exports = {
test: {
presets: [['@babel/env', { targets: { node: 'current' } }]]
}
},
plugins: [
['@babel/plugin-proposal-private-methods', { loose: true }],
['@babel/plugin-proposal-private-property-in-object', { loose: true }]
]
}
};
3 changes: 1 addition & 2 deletions scripts/semantic-release/assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ if [ ! -z "$tag" ]; then
# remove temporary file if it exists
rm globals.js.bak &> /dev/null

printf "\nweb stage --tag $tag\n"
printf "web stage --tag $tag\n"
web stage --tag "$tag"
printf "\nhttps://UIDeploy--StaticContent--$tag--ghe.preview.dev.paypalinc.com/upstream/bizcomponents/stage?cdn:list\n"

# Reset modified dist files
git checkout -- dist
Expand Down

0 comments on commit c669016

Please sign in to comment.