mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00: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
|