Skip to content

Commit

Permalink
chore: do not install example dependencies (nuxt#20689)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored May 5, 2023
1 parent 4f0d3d4 commit 2eee641
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1,045 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand All @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 2eee641

Please sign in to comment.