|
|
@@ -10,6 +10,7 @@
|
|
|
"size-baseline": "node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler && cd packages/size-check && vite build && node brotli",
|
|
|
"lint": "eslint --cache --ext .ts packages/*/{src,__tests__}/**.ts",
|
|
|
"format": "prettier --write --cache --parser typescript \"packages/**/*.ts?(x)\"",
|
|
|
+ "format-check": "prettier --check --cache --parser typescript \"packages/**/*.ts?(x)\"",
|
|
|
"test": "run-s \"test-unit {@}\" \"test-e2e {@}\"",
|
|
|
"test-unit": "jest --filter ./scripts/filter-unit.js",
|
|
|
"test-e2e": "node scripts/build.js vue -f global -d && jest --filter ./scripts/filter-e2e.js --runInBand",
|