mirror of
https://github.com/penpot/penpot.git
synced 2026-05-19 23:13:39 +00:00
11 lines
129 B
Bash
Executable File
11 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
|