Skip to content

Commit

Permalink
Run vue-demi-fix before any vite invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Jan 9, 2023
1 parent 9c50137 commit 0f248c2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "AGPL-3.0",
"author": "ownCloud GmbH <[email protected]>",
"scripts": {
"build": "pnpm build:tokens && pnpm vite build",
"build": "vue-demi-fix && pnpm build:tokens && pnpm vite build",
"build:w": "pnpm build --watch",
"build:tokens": "pnpm --filter @ownclouders/design-system tokens",
"depcheck": "depcheck",
Expand All @@ -16,7 +16,7 @@
"licenses:check": "license-checker-rseidelsohn --summary --relativeLicensePath --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;Public Domain;Unicode-TOU;Unlicense;WTFPL' --excludePackages '@ownclouders/babel-preset;@ownclouders/eslint-config;@ownclouders/prettier-config;@ownclouders/tsconfig;@ownclouders/web-client;@ownclouders/web-pkg,draw-io;external;web-app-files;text-editor;preview;@ownclouders/design-system;pdf-viewer;web-app-search;admin-settings;web-runtime'",
"licenses:csv": "license-checker-rseidelsohn --relativeLicensePath --csv --out ./third-party-licenses/third-party-licenses.csv",
"licenses:save": "license-checker-rseidelsohn --relativeLicensePath --out /dev/null --files ./third-party-licenses/third-party-licenses",
"vite": "pnpm vite:ocis",
"vite": "vue-demi-fix && pnpm vite:ocis",
"vite:ocis": "vite",
"vite:oc10": "OCIS=false vite"
},
Expand Down Expand Up @@ -44,7 +44,8 @@
"peerDependencies": {
"caf": "*",
"portal-vue": "*",
"uuid": "*"
"uuid": "*",
"vue-demi": "*"
},
"devDependencies": {
"@babel/core": "7.20.12",
Expand Down
21 changes: 19 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f248c2

Please sign in to comment.