Skip to content

Commit

Permalink
chore: add vue-ecosystem-ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jul 26, 2024
1 parent e38231b commit 349d905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"postversion": "node scripts/post-release-merge.js",
"clean": "lerna clean",
"changelog": "conventional-changelog -u -p vuetify",
"all-checks": "pnpm run lint && lerna run test && lerna run cy:run && pnpm run build"
"all-checks": "pnpm run lint && lerna run test && lerna run cy:run && pnpm run build",
"vue-ecosystem-ci:build": "pnpm --filter vuetify run build",
"vue-ecosystem-ci:test": "pnpm --filter vuetify run lint && pnpm --filter vuetify run test"
},
"engines": {
"node": ">=18.19.0 || >=20.6.0"
Expand Down

0 comments on commit 349d905

Please sign in to comment.