mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 22:26:37 +02:00
👷 Add better naming to docker images (among other fixes).
This commit is contained in:
parent
69bb359615
commit
97d74f6cf1
6 changed files with 55 additions and 51 deletions
13
frontend/scripts/build-dbg-dist.sh
Executable file
13
frontend/scripts/build-dbg-dist.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue