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",