Skip to content

Commit

Permalink
This might not be needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 11, 2021
1 parent 22425f9 commit c5ecef1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/integration-tests/e2e-jest.sh
Expand Up @@ -48,13 +48,6 @@ if [ "$BABEL_8_BREAKING" = true ] ; then
# Jest depends on @types/babel__traverse for Babel 7, and they contain the removed Noop node
sed -i 's/t.Noop/any/g' node_modules/@types/babel__traverse/index.d.ts
sed -i 's/t.Noop/any/g' node_modules/@types/babel__traverse/ts4.1/index.d.ts

node -e "
var pkg = require('./package.json');
pkg.resolutions || (pkg.resolutions = {});
pkg.resolutions['@types/babel__traverse/@babel/types'] = 'latest';
fs.writeFileSync('./package.json', JSON.stringify(pkg, null, 2));
"
fi

yarn build
Expand Down

0 comments on commit c5ecef1

Please sign in to comment.