From 97c5910490386b3c43cece97dbeb91ee454ae059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20Oszcz=C4=99da?= Date: Sun, 24 Nov 2024 01:54:02 +0000 Subject: [PATCH] fix: Recursive script. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2136bd0..8b28e06 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,7 @@ }, "scripts": { "build": "tsc", - "test": "mocha --no-warnings", - "publish": "tsc && npm publish" + "test": "mocha --no-warnings" }, "dependencies": { "cheerio": "^1.0.0-rc.12"