remove test as build step

pull/255/head
zadam 2020-09-03 23:26:36 +07:00
parent befec48506
commit 11c63b7778
1 changed files with 0 additions and 4 deletions

@ -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/*