From 9f17350332a053fb2f069bc3f4661d2a5055bc7f Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Thu, 23 Nov 2023 22:26:24 +0100 Subject: [PATCH] updated --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3cb17f6..a4e4f0a 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "docs:copy": "node scripts/copy.js", "docs:examples": "yarn workspace dvbjs-examples start", "docs:readme": "node .markdown-magic.config.js", - "lint": "eslint \"packages/*/{src,test}/*.{ts,tsx}\"", - "publish:dvbjs": "npm-run-all build -p test build:react_example docs && yarn workspace dvbjs publish", + "lint": "eslint \"packages/*/{src,test}/*.ts\"", + "publish:dvbjs": "npm-run-all build -p test:node && yarn workspace dvbjs publish", "run_example": "yarn tsc && yarn workspace react-example start", "test": "run-p test:*", "test:browser": "yarn workspace dvbjs karma start",