Skip to content

Commit

Permalink
Revert "chore: use yarn up to update babel dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 252fe67.
  • Loading branch information
JLHwung committed Aug 15, 2020
1 parent eec317f commit a2da9c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/integration-tests/e2e-babel-old-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd ../..

startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml

yarn up '@babel/*'
node "$PWD"/scripts/integration-tests/utils/bump-babel-dependencies.js
(
yarn why @babel/core | grep -o "@babel/core@npm:.* (via npm:.*)";
yarn why @babel/helpers | grep -o "@babel/helpers@npm:.* (via npm:.*)";
Expand Down
2 changes: 1 addition & 1 deletion scripts/integration-tests/e2e-babel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml
# We only bump dependencies in the top-level package.json, because workspaces
# already use the workspace: protocol so will get the version in the monorepo
# and not from npm.
yarn up '@babel/*'
node "$PWD"/scripts/integration-tests/utils/bump-babel-dependencies.js

# Test
yarn install --inline-builds
Expand Down

0 comments on commit a2da9c0

Please sign in to comment.