mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
10 lines
129 B
Bash
Executable file
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
|