0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00
penpot/scripts/dist

8 lines
142 B
Bash
Executable file

#!/bin/sh
SCRIPT=$(readlink -f $0)
SCRIPTPATH=`dirname $SCRIPT`
NODE_ENV=production gulp dist
$SCRIPTPATH/dist-main
$SCRIPTPATH/dist-worker