From 5f8dbeefab7e1004dcac882c775f32d41ce33550 Mon Sep 17 00:00:00 2001 From: Rodrigo Damazio Bovendorp Date: Sun, 15 Sep 2024 06:01:55 -0700 Subject: [PATCH] Adding test running to prepush action --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4277b7..e61c8aa 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "format:fix": "npm run format -- --write", "spell": "codespell src/", "spell:fix": "codespell -w -i 3 src/", - "prepush": "npm run lint && npm run format && npm run spell", + "prepush": "npm run lint && npm run format && npm run spell && npm run test:headless", "prepush:fix": "npm run format:fix && npm run spell:fix", "push": "jj branch set -r @- main && jj git push -b main" },