build: Skip examples when building all packages

pull/334/head
Fabian-Lars 2 years ago committed by GitHub
parent 68d321f3fc
commit f0fee4f132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@
"license": "MIT or APACHE-2.0",
"type": "module",
"scripts": {
"build": "pnpm run -r --parallel --filter !plugins-workspace build",
"build": "pnpm run -r --parallel --filter !plugins-workspace --filter !\"./plugins/*/examples/**\" build",
"lint": "eslint .",
"format": "prettier --write .",
"format-check": "prettier --check ."

Loading…
Cancel
Save