0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00
penpot/scripts/dist

9 lines
142 B
Text
Raw Normal View History

2016-02-21 16:42:35 +02:00
#!/bin/sh
SCRIPT=$(readlink -f $0)
SCRIPTPATH=`dirname $SCRIPT`
NODE_ENV=production gulp dist
$SCRIPTPATH/dist-main
$SCRIPTPATH/dist-worker