From 596e5a21764f416ae5f028f2abcbbab3d20bb111 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Wed, 3 Jan 2024 01:08:35 +0530 Subject: [PATCH] fix: CI: use npm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0eb76c4..7189024 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ test.env: test: - pnpm test + npm test lint: black src/ scripts/