mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
10 lines
164 B
Bash
Executable File
10 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
|