-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat+perf: update monorepo package.json testing scripts (deduplicate …
…work)
- Loading branch information
1 parent
a124260
commit f6350b0
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,12 @@ | |
"preinstall": "npx [email protected] pnpm", | ||
"lint:root": "eslint .eslintrc.cjs --report-unused-disable-directives --fix", | ||
"lint": "pnpm lint:root && pnpm --recursive run lint", | ||
"test": "pnpm vite-ecosystem-ci:build && pnpm vite-ecosystem-ci:test && pnpm vue-ecosystem-ci:test", | ||
"vite-ecosystem-ci:build": "pnpm --filter @quasar/vite-plugin build && pnpm --filter quasar test:build", | ||
"test": "pnpm build && pnpm --filter quasar test:specs:ci && pnpm --filter quasar test && pnpm --filter @quasar/vite-plugin test", | ||
"build": "pnpm --filter @quasar/vite-plugin build && pnpm --filter quasar build", | ||
"vite-ecosystem-ci:build": "pnpm build", | ||
"vite-ecosystem-ci:test": "pnpm --filter @quasar/vite-plugin test", | ||
"vue-ecosystem-ci:build": "pnpm vite-ecosystem-ci:build", | ||
"vue-ecosystem-ci:test": "pnpm --filter quasar test:specs:ci && pnpm --filter quasar test && pnpm --filter @quasar/vite-plugin test:e2e:ci" | ||
"vue-ecosystem-ci:build": "pnpm build", | ||
"vue-ecosystem-ci:test": "pnpm --filter quasar test && pnpm --filter @quasar/vite-plugin test:e2e:ci" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.57.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters