Skip to content

Commit

Permalink
remove redundant npm test in xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Feb 24, 2020
1 parent 6919fa0 commit f4d19c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions support/xyz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ run() {
fi
}

# Prune before running tests to catch dependencies that have been
# installed but not specified in the project's `package.json` file.

run "npm prune"
run "npm test"

for script in "${scripts[@]}" ; do
[[ $script == /* ]] || script="$(pwd)/$script"
run "VERSION=$next_version PREVIOUS_VERSION=$version '$script'"
Expand Down

0 comments on commit f4d19c7

Please sign in to comment.