Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 11, 2021
1 parent 5348e6a commit 52e7f0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/integration-tests/e2e-create-react-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ startLocalRegistry "$PWD"/../../verdaccio-config.yml
npm install --ignore-scripts
npx npm-force-resolutions

echo "============== NodeThreadsWorker.js =============="
cat /home/circleci/babel/scripts/integration-tests/tmp/create-react-app/node_modules/jest-worker/build/workers/NodeThreadsWorker.js
echo "================== package.json ==================="
cat package.json
echo "================== package-lock.json==============="
cat package-lock.json

npm install

Expand Down

0 comments on commit 52e7f0b

Please sign in to comment.