mirror of
https://github.com/zadam/trilium.git
synced 2025-03-02 01:53:11 +08:00
remove test as build step
This commit is contained in:
parent
befec48506
commit
11c63b7778
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "Running tests"
|
|
||||||
|
|
||||||
npm run test-all || { echo 'unit tests failed' ; exit 1; }
|
|
||||||
|
|
||||||
echo "Deleting existing builds"
|
echo "Deleting existing builds"
|
||||||
|
|
||||||
rm -rf dist/*
|
rm -rf dist/*
|
||||||
|
|
Loading…
Reference in a new issue