Skip to content

Commit

Permalink
fix: integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Jul 30, 2024
1 parent c45c4fd commit 7b6f0e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -e
# config.

mv nx.json nx.json.bak
mv node_modules node_modules.bak

echo "Testing against Angular 15 (ESLint Legacy)"
cd test-projects/angular-i
Expand All @@ -20,3 +21,4 @@ bash ./integration-test.sh

cd ../..
mv nx.json.bak nx.json
mv node_modules.bak node_modules

0 comments on commit 7b6f0e3

Please sign in to comment.