mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 17:26:37 +02:00
misc: simplify the build scripts
This commit is contained in:
parent
53e74ec5cd
commit
3f62d7cb65
6 changed files with 22 additions and 37 deletions
|
@ -1,7 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
source ~/.bashrc
|
||||
|
||||
set -ex;
|
||||
|
||||
npm ci
|
||||
npm run build:test || exit 1;
|
||||
|
||||
clojure -Adev tools.clj build-tests
|
||||
|
||||
node ./target/tests/main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue