From 7f295af5e72bf1b515714589a39d1729f47cde46 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Fri, 12 Sep 2025 08:40:31 +0200 Subject: [PATCH] Add tests to check command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7ade4c..b391b54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "scripts": { - "check": "clear ; npm run typecheck && npm run lint && npx prettier -c **/*.{js,jsx,ts,tsx} && clear && echo 'OK'", + "check": "clear ; npm run typecheck && npm run lint && npx prettier -c **/*.{js,jsx,ts,tsx} && npm run test && clear && echo 'OK'", "fmt": "prettier --write **/*.{js,jsx,ts,tsx}", "lint": "eslint **/*.{js,jsx,ts,tsx}", "test": "bun test",