chore: replace remaining usages of npm with pnpm (#26411)

This commit is contained in:
Min Idzelis
2026-02-21 08:44:33 -05:00
committed by GitHub
parent 905b9bd560
commit 25d0bdc9f5
6 changed files with 17 additions and 17 deletions

View File

@@ -45,8 +45,8 @@
"build": "vite build",
"build:dev": "vite build --sourcemap true",
"lint": "eslint \"src/**/*.ts\" --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"prepack": "npm run build",
"lint:fix": "pnpm run lint --fix",
"prepack": "pnpm run build",
"test": "vitest",
"test:cov": "vitest --coverage",
"format": "prettier --check .",