mirror of https://github.com/penpot/penpot.git
Add missing entry for dist-view command on dist script.
This commit is contained in:
parent
3bc5150249
commit
7909375eb2
|
|
@ -5,4 +5,5 @@ SCRIPTPATH=`dirname $SCRIPT`
|
|||
|
||||
NODE_ENV=production gulp dist
|
||||
$SCRIPTPATH/dist-main
|
||||
$SCRIPTPATH/dist-view
|
||||
$SCRIPTPATH/dist-worker
|
||||
|
|
|
|||
Loading…
Reference in New Issue