From 6ee653bc9c25d71f30e00f7ae86791b96b67926a Mon Sep 17 00:00:00 2001 From: Alvis HT Tang Date: Mon, 16 Oct 2023 01:49:45 +0100 Subject: [PATCH] build: make scripts accept individual paths for tests --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5908032..582d53d 100644 --- a/package.json +++ b/package.json @@ -43,13 +43,13 @@ }, "scripts": { "build": "run build", - "coverage": "run coverage", - "lint": "run lint", + "coverage": "run coverage --", + "lint": "run lint --", "prepare": "run prepare", "prepublishOnly": "run prepublishOnly", "release": "run release --", "test": "run test --", - "watch": "run watch" + "watch": "run watch --" }, "repository": { "type": "git",