0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00
penpot/frontend/scripts/dist
2017-01-21 16:50:05 +01:00

9 lines
167 B
Bash
Executable file

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