mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
Minor fix on frontend dist command.
This commit is contained in:
parent
4d5a8ac89d
commit
bdb4e077a3
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user