summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2020-02-23 18:20:13 -0800
committerAlexander Early <alexander.early@gmail.com>2020-02-23 18:20:13 -0800
commitf4d19c7714b7fd4f54aa18b8595bc869e6028400 (patch)
tree6f391c09e16149ed8ed6f60c0cfd9fbc918dd0c4
parent6919fa0258599bf354224ffb17f9d4ff11e0dc49 (diff)
downloadasync-f4d19c7714b7fd4f54aa18b8595bc869e6028400.tar.gz
remove redundant npm test in xyz
-rwxr-xr-xsupport/xyz.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/support/xyz.sh b/support/xyz.sh
index 03710d3..caccb4f 100755
--- a/support/xyz.sh
+++ b/support/xyz.sh
@@ -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'"