We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2755d67 commit 9d511a5Copy full SHA for 9d511a5
package.json
@@ -8,7 +8,7 @@
8
"tsc-dev": "pnpm tsc --watch --preserveWatchOutput",
9
"lint": "biome check --write .",
10
"lint-check": "biome check .",
11
- "vite-ecosystem-ci:build": "pnpm build",
+ "vite-ecosystem-ci:build": "true",
12
"vite-ecosystem-ci:before-test": "playwright install chromium",
13
"vite-ecosystem-ci:test": "bash misc/vite-ecosystem-ci.sh"
14
},
0 commit comments