summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarco <marcoambrosini@icloud.com>2023-03-29 16:00:35 +0100
committerMarco <marcoambrosini@icloud.com>2023-03-29 16:00:35 +0100
commit062dec3a3558ebd4de669c7b87f597f61542e224 (patch)
tree2fa06b8550c7cc12b02f264d3554be9c81444e2a /Makefile
parentb4a2e4d854fbd7521062535c28bdc8c1b1467fdc (diff)
Update makefile
Signed-off-by: Marco <marcoambrosini@icloud.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f86da1192..e77be416d 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ watch-js:
npm run watch
test:
- npm run test:unit
+ npm run test
lint:
npm run lint