mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
14 lines
184 B
Bash
Executable File
14 lines
184 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source ~/.bashrc
|
|
|
|
set -ex
|
|
|
|
npm ci
|
|
|
|
npx gulp dist:clean || exit 1
|
|
npx gulp dist || exit 1
|
|
|
|
clojure -Adev tools.clj build:all || exit 1
|
|
|
|
npx gulp dist:gzip || exit 1
|