Add rimraf to build to help prevent examples being published (#74)

This commit is contained in:
Jon
2025-05-27 12:09:25 +01:00
committed by GitHub
parent 65e06338e3
commit 9b8a6b7053

View File

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