0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00
penpot/docker/devenv/files/build-release.sh

10 lines
129 B
Bash
Executable file

#!/usr/bin/env bash
source ~/.bashrc
echo `env`
cd /home/uxbox/uxbox/frontend
npm install || exit 1;
npm run dist
# TODO: WIP