From ae0a46a1877b63c3d51054bd99be5da6de8b1241 Mon Sep 17 00:00:00 2001 From: --global <47333927+jerzyadamowski@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:44:04 +0200 Subject: [PATCH] dont delete --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7aac55..450c77a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "prepare": "npm run build", "lint": "npx eslint './src/**/*.ts'", "lint:fix": "npm run lint -- --fix", - "prepublishOnly": "npm run build && rimraf src dist/tests dist/examples", + "prepublishOnly": "npm run build && rimraf dist/tests dist/examples", "test": "mocha" }, "dependencies": {