Skip to content

Commit

Permalink
add test to validate
Browse files Browse the repository at this point in the history
  • Loading branch information
regaw-leinad committed Aug 19, 2024
1 parent 8552cc9 commit cf64a4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -36,9 +36,10 @@
"lint:ui": "eslint ./src/homebridge-ui/**/**.ts --max-warnings=0",
"postversion": "git push && git push --tags && yarn clean",
"prepublishOnly": "yarn validate",
"test": "vitest",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"validate": "yarn lint && yarn build",
"validate": "yarn lint && yarn build && yarn test",
"version": "yarn validate"
},
"keywords": [

0 comments on commit cf64a4a

Please # to comment.