0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00
penpot/frontend/scripts/build-and-run-tests.sh
2019-09-21 11:47:52 +00:00

8 lines
116 B
Bash
Executable file

#!/usr/bin/env bash
source ~/.bashrc
set -ex;
npm ci
clojure -Adev tools.clj build:tests
node ./target/tests/main