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
commit 9b8a6b7053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@
}, },
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "tsc && gulp build:icons", "build": "npx rimraf dist && tsc && gulp build:icons",
"dev": "tsc --watch", "dev": "tsc --watch",
"format": "prettier nodes credentials --write", "format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json", "lint": "eslint nodes credentials package.json",