From f4d19c7714b7fd4f54aa18b8595bc869e6028400 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Sun, 23 Feb 2020 18:20:13 -0800 Subject: remove redundant npm test in xyz --- support/xyz.sh | 6 ------ 1 file changed, 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'" -- cgit v1.2.1