Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into perf/fs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 16, 2025
2 parents da066e5 + bed8f92 commit b73786e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
registry=https://registry.npmjs.org/
auto-install-peers=false
hoist=false
shell-emulator=true
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"scripts": {
"sort-package-json": "npx sort-package-json \"packages/*/package.json\"",
"preinstall": "npx only-allow pnpm",
"dev": "pnpm -r --filter=./packages/** --parallel run dev",
"build": "pnpm -r --filter=./packages/** run build",
"build:test": "pnpm -r --filter=./packages/** run build:test",
"clean": "pnpm -r --filter=./packages/** run clean",
"dev": "pnpm -r --filter='./packages/**' --parallel run dev",
"build": "pnpm -r --filter='./packages/**' run build",
"build:test": "pnpm -r --filter='./packages/**' run build:test",
"clean": "pnpm -r --filter='./packages/**' run clean",
"format": "biome format . --write",
"lint": "biome check . --diagnostic-level=warn",
"publint": "pnpm -r --filter='vite-plugin-checker' exec publint",
"test": "run-s test-unit test-serve test-build",
"test-unit": "vitest run",
"test-serve": "vitest run -c vitest.config.e2e.ts",
"test-build": "cross-env-shell VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
"test-serve-cjs": "cross-env VITEST_TEST_CJS=1 pnpm run test-serve",
"test-build-cjs": "cross-env VITEST_TEST_CJS=1 pnpm run test-build",
"test-build": "VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
"test-serve-cjs": "VITEST_TEST_CJS=1 pnpm run test-serve",
"test-build-cjs": "VITEST_TEST_CJS=1 pnpm run test-build",
"test-unit:watch": "vitest",
"type-check": "pnpm -r --parallel --filter \"vite-plugin-checker\" exec tsc --noEmit",
"docs:dev": "pnpm --filter docs run dev",
Expand Down Expand Up @@ -45,7 +45,6 @@
"@types/rimraf": "^3.0.0",
"@types/ws": "^8.5.3",
"chalk": "^4.1.1",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"fast-json-stable-stringify": "^2.1.0",
"lint-staged": "^11.0.0",
Expand Down
12 changes: 0 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b73786e

Please sign in to comment.