mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
9 lines
164 B
Bash
Executable file
9 lines
164 B
Bash
Executable file
#!/bin/sh
|
|
|
|
SCRIPT=$(readlink -f $0)
|
|
SCRIPTPATH=`dirname $SCRIPT`
|
|
|
|
NODE_ENV=production gulp dist
|
|
$SCRIPTPATH/dist-main
|
|
$SCRIPTPATH/dist-view
|
|
$SCRIPTPATH/dist-worker
|