mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
11 lines
118 B
Bash
Executable File
11 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source ~/.bashrc
|
|
|
|
set -ex;
|
|
|
|
npm ci
|
|
|
|
clojure -Adev tools.clj build-tests
|
|
|
|
node ./target/tests/main
|