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 d3a3fa5 commit 752dcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dep-time-travel.sh
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 752dcd5

Please sign in to comment.