0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00

Remove dist script (replaced by fabric).

This commit is contained in:
Andrey Antukh 2017-01-21 17:24:48 +01:00
parent bdb4e077a3
commit 7f38aa97fa
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

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