Skip to content

Commit d9ec94d

Browse files
committed
fixup! refactor(sharebymail): migrate to Vue 3
1 parent 691a623 commit d9ec94d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build/frontend-legacy/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
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",

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
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)"

0 commit comments

Comments
 (0)