Update: simplify npm command to run tests

This commit is contained in:
Kevin Dang
2025-05-08 21:16:32 -07:00
parent a5faca87aa
commit 5820583609
3 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
"main": "build/index.js",
"exports": "./build/index.js",
"scripts": {
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"tests": "vitest run",
"coverage": "vitest run --coverage",
"watch": "tsx watch src",
"build": "tsc",
"prod": "node .",