File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 77 "author" : " Nextcloud GmbH and Nextcloud contributors" ,
88 "scripts" : {
99 "build" : " webpack --node-env production --progress" ,
10+ "predev" : " vue-demi-switch 2.7" ,
11+ "prebuild" : " vue-demi-switch 2.7" ,
1012 "cypress" : " cypress run --e2e" ,
1113 "cypress:gui" : " cypress open" ,
1214 "dev" : " webpack --node-env development --progress" ,
Original file line number Diff line number Diff line change 1313 "license" : " AGPL-3.0-or-later" ,
1414 "author" : " Nextcloud GmbH and Nextcloud contributors" ,
1515 "workspaces" : [
16- " build/frontend-legacy"
16+ " build/frontend-legacy" ,
17+ " ."
1718 ],
1819 "scripts" : {
20+ "build" : " vite build" ,
1921 "sass" : " sass --style compressed --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \" css\" ); do if ! $(git check-ignore -q $cssdir); then printf \" $cssdir \" ; fi; done)" ,
2022 "sass:icons" : " babel-node core/src/icons.js" ,
2123 "sass:watch" : " sass --watch --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \" css\" ); do if ! $(git check-ignore -q $cssdir); then printf \" $cssdir \" ; fi; done)"
You can’t perform that action at this time.
0 commit comments