0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 10:09:03 -05:00

Minor fix on frontend dist command.

This commit is contained in:
Andrey Antukh 2017-01-21 16:50:05 +01:00
parent 4d5a8ac89d
commit bdb4e077a3
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
},
"scripts": {
"watch": "gulp",
"dist": "PATH=./scripts:$PATH ./scripts/dist",
"dist": "gulp dist",
"clean": "gulp clean",
"figwheel": "PATH=./scripts:$PATH ./scripts/build-worker && PATH=./scripts:$PATH ./scripts/figwheel",
"test-watch": "PATH=./scripts:$PATH ./scripts/watch",

View file

@ -3,7 +3,7 @@
SCRIPT=$(readlink -f $0)
SCRIPTPATH=`dirname $SCRIPT`
NODE_ENV=production gulp dist
NODE_ENV=production npm run dist
$SCRIPTPATH/dist-main
$SCRIPTPATH/dist-view
$SCRIPTPATH/dist-worker