From 9b8a6b70538b4e0f52cff9ce720e308e714ff1bb Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 27 May 2025 12:09:25 +0100 Subject: [PATCH] Add rimraf to build to help prevent examples being published (#74) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b3f140..d0acf22 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "main": "index.js", "scripts": { - "build": "tsc && gulp build:icons", + "build": "npx rimraf dist && tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint nodes credentials package.json",