mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
14 lines
187 B
Bash
Executable File
14 lines
187 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 dbg-dist:all || exit 1
|
|
|
|
npx gulp dist:gzip || exit 1
|