mirror of
https://github.com/penpot/penpot.git
synced 2025-05-02 12:25:54 +02: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
|