From ec4589fa94abdc54e9d549578fef8b9d5de74fcf Mon Sep 17 00:00:00 2001 From: Martin Svoboda Date: Sun, 30 Jun 2024 16:25:53 +0200 Subject: [PATCH] Remove build from test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a14c5124..a5ddbd87 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "scripts": { "build:lib": "rm -rf lib && npx tsc -p tsconfig.json", "build:dist": "yarn build:lib && rm -rf dist && npx rollup -c", - "test": "yarn build:lib && npx jest", + "test": "npx jest", "watch": "rm -rf lib && npx tsc -w -p tsconfig.json", "lint": "npx eslint . --max-warnings 0", "docs": "npx typedoc --options typedoc.js"