File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 125125 "scripts" : {
126126 "build:android" : " cross-env NODE_OPTIONS=--max_old_space_size=4096 quasar build -m capacitor -T android --ide" ,
127127 "build:electron" : " cross-env NODE_OPTIONS=--max_old_space_size=4096 quasar build -m electron" ,
128- "build:electron:publish" : " cross-env NODE_OPTIONS=--max_old_space_size=4096 quasar build -m electron --publish onTagOrDraft " ,
128+ "build:electron:publish" : " cross-env NODE_OPTIONS=--max_old_space_size=4096 quasar build -m electron --publish always " ,
129129 "build:ios" : " cross-env NODE_OPTIONS=--max_old_space_size=4096 quasar build -m capacitor -T ios" ,
130130 "build:spa" : " cross-env NODE_OPTIONS=--max_old_space_size=4096 quasar build -m spa" ,
131131 "build:ssr" : " cross-env NODE_OPTIONS=--max_old_space_size=4096 quasar build -m ssr" ,
You can’t perform that action at this time.
0 commit comments