From 11c63b7778011130b2a88b7896d52d0a476983d1 Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 3 Sep 2020 23:26:36 +0200 Subject: [PATCH] remove test as build step --- bin/build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/build.sh b/bin/build.sh index 698c5ccdc..ff90c288d 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,9 +1,5 @@ #!/usr/bin/env bash -echo "Running tests" - -npm run test-all || { echo 'unit tests failed' ; exit 1; } - echo "Deleting existing builds" rm -rf dist/*