From e6b40c4fac622cdb41b9528ee049a8764c112032 Mon Sep 17 00:00:00 2001 From: Cris Stringfellow <22254235+crislin2046@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:03:16 +0800 Subject: [PATCH] New release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe1a59d..93e87f8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "serve": "node src/app.js DownloadNet serve", "lint": "watch -n 5 npx eslint .", "test-hl": "node src/highlighter.js", - "prepublishOnly": "npm run build; rm -rf build/bin/" + "prepublishOnly": "npm run build" }, "repository": { "type": "git",