From d3ae49ecb53eee5dbfab505918a2de1dced24320 Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Tue, 27 May 2025 12:01:21 +0100 Subject: [PATCH] Add rimraf to build to help prevent examples being published --- 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",