Skip to content

Commit

Permalink
[Tests] add missing --no-save to time travel script
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 17, 2019
1 parent 46e5b85 commit f310d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dep-time-travel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ npm install --no-save eslint@$ESLINT_VERSION --ignore-scripts || true
# completely remove the new typescript parser for ESLint < v5
if [[ "$ESLINT_VERSION" -lt "5" ]]; then
echo "Removing @typescript-eslint/parser..."
npm uninstall @typescript-eslint/parser
npm uninstall --no-save @typescript-eslint/parser
fi

# use these alternate typescript dependencies for ESLint < v4
Expand Down

0 comments on commit f310d25

Please sign in to comment.