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:
parent
4d5a8ac89d
commit
bdb4e077a3
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue