diff --git a/package.json b/package.json index 441168d..d677051 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "scripts": { "build": "tsc", "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx", + "test": "vitest", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint",