forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 877 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "quasar-monorepo",
"private": true,
"packageManager": "[email protected]",
"//": "Not all packages are included. Use individual folders for usual development of everything else.",
"workspaces": [
"app-vite",
"@quasar/extras",
"vite-plugin",
"vite-plugin/playground",
"utils/render-ssr-error",
"utils/ssl-certificate",
"ui",
"docs"
],
"scripts": {
"test": "yarn vite-ecosystem-ci:build && yarn vite-ecosystem-ci:test && yarn vue-ecosystem-ci:test",
"vite-ecosystem-ci:build": "yarn workspace @quasar/vite-plugin build && yarn workspace quasar test:build",
"vite-ecosystem-ci:test": "yarn workspace @quasar/vite-plugin test",
"vue-ecosystem-ci:build": "yarn vite-ecosystem-ci:build",
"vue-ecosystem-ci:test": "yarn workspace quasar test:component:run && yarn workspace @quasar/vite-plugin test:e2e:ci"
}
}