From 837c06f3368b6d49cda55f1ff8f3f0d22b71e2a7 Mon Sep 17 00:00:00 2001 From: ihasq Date: Sat, 13 Jan 2024 15:02:59 +0900 Subject: [PATCH] add "standard" test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2114c18..87626db 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "test" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "npx standard && node ./test/standard.js" }, "repository": { "type": "git",