mirror of https://github.com/penpot/penpot.git
Remove dist script (replaced by fabric).
This commit is contained in:
parent
bdb4e077a3
commit
7f38aa97fa
|
|
@ -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
|
||||
Loading…
Reference in New Issue