Skip to content

Commit f4d19c7

Browse files
committed
remove redundant npm test in xyz
1 parent 6919fa0 commit f4d19c7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

support/xyz.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,6 @@ run() {
135135
fi
136136
}
137137

138-
# Prune before running tests to catch dependencies that have been
139-
# installed but not specified in the project's `package.json` file.
140-
141-
run "npm prune"
142-
run "npm test"
143-
144138
for script in "${scripts[@]}" ; do
145139
[[ $script == /* ]] || script="$(pwd)/$script"
146140
run "VERSION=$next_version PREVIOUS_VERSION=$version '$script'"

0 commit comments

Comments
 (0)