chore: do not install example dependencies (#20689)

This commit is contained in:
Daniel Roe 2023-05-05 11:41:01 +01:00 committed by GitHub
parent 4f0d3d4ae7
commit 2eee64121d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 1044 deletions

View File

@ -9,8 +9,6 @@
"build:stub": "pnpm --filter './packages/**' prepack --stub",
"cleanup": "rimraf 'packages/**/node_modules' 'examples/**/node_modules' 'docs/node_modules' 'playground/node_modules' 'node_modules'",
"dev": "pnpm play",
"example": "./scripts/example.sh dev",
"example:build": "./scripts/example.sh build",
"lint": "eslint --ext .vue,.ts,.js,.mjs .",
"lint:fix": "eslint --ext .vue,.ts,.js,.mjs . --fix",
"lint:docs": "markdownlint ./docs && case-police 'docs/**/*.md'",
@ -34,8 +32,6 @@
"@nuxt/webpack-builder": "workspace:*",
"nuxi": "workspace:*",
"nuxt": "workspace:*",
"nuxt3": "workspace:nuxt@*",
"unbuild": "^1.2.1",
"vite": "^4.3.4",
"vue": "3.2.47",
"magic-string": "^0.30.0"
@ -72,7 +68,6 @@
"std-env": "^3.3.3",
"typescript": "^5.0.4",
"ufo": "^1.1.2",
"unbuild": "^1.2.1",
"vite": "^4.3.4",
"vitest": "^0.31.0",
"vue": "3.2.47",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,4 @@
packages:
- "packages/**"
- "examples/**"
- "playground"
- "text/fixtures/*"