mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01: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
|