Skip to content

Commit

Permalink
chore: remove redundant make bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 15, 2020
1 parent 491f1d9 commit 3d1e4c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 2 additions & 5 deletions scripts/integration-tests/e2e-babel-old-version.sh
Expand Up @@ -43,10 +43,7 @@ node "$PWD"/scripts/integration-tests/utils/bump-babel-dependencies.js
fs.writeFileSync('./package.json', JSON.stringify(pkg, null, 2));
"

rm yarn.lock
make bootstrap

# Test
make test-ci
# Update deps, build and test
make -j test-ci

cleanup
5 changes: 2 additions & 3 deletions scripts/integration-tests/e2e-babel.sh
Expand Up @@ -26,8 +26,7 @@ startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml
# and not from npm.
node "$PWD"/scripts/integration-tests/utils/bump-babel-dependencies.js

# Test
yarn install --inline-builds
make test-ci
# Update deps, build and test
make -j test-ci

cleanup

0 comments on commit 3d1e4c3

Please sign in to comment.