mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
chore: fix docs-check.sh lint (#9467)
This commit is contained in:
parent
5169c51112
commit
0309a6195d
@ -16,7 +16,7 @@
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"postinstall": "simple-git-hooks",
|
||||
"format": "prettier --write --cache .",
|
||||
"lint": "eslint --cache packages/*/{src,types,__tests__}/** playground/**/__tests__/**/*.ts scripts/**",
|
||||
"lint": "eslint --cache packages/*/{src,types,__tests__}/** playground/**/__tests__/**/*.ts scripts/**/*.ts",
|
||||
"typecheck": "tsc -p scripts --noEmit && tsc -p playground --noEmit",
|
||||
"test": "run-s test-unit test-serve test-build",
|
||||
"test-serve": "vitest run -c vitest.config.e2e.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user