chore: update test script to use vitest run

This commit is contained in:
Kodai Nakamura 2025-02-15 14:21:30 +09:00
parent a48ae0b0ae
commit 12a4340bb6

View file

@ -7,7 +7,7 @@
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"test": "VITE_CJS_IGNORE_WARNING=true vitest"
"test": "VITE_CJS_IGNORE_WARNING=true vitest run"
},
"keywords": [],
"author": "",