chore: separate test:watch script

This commit is contained in:
Ayo Ayco 2025-03-22 11:00:35 +01:00
parent a35e1901f0
commit d5606cdd44

View file

@ -28,7 +28,8 @@
"preinstall": "npx only-allow pnpm", "preinstall": "npx only-allow pnpm",
"start": "npx simple-server .", "start": "npx simple-server .",
"dev": "npm start", "dev": "npm start",
"test": "vitest", "test": "vitest --run",
"test:watch": "vitest",
"demo": "npx simple-server .", "demo": "npx simple-server .",
"site": "pnpm --filter site start", "site": "pnpm --filter site start",
"build": "pnpm run clean && tsc && pnpm run copy:source", "build": "pnpm run clean && tsc && pnpm run copy:source",