Add rimraf dependency to fix build

Adds the rimraf package to the dev dependencies in order to fix the `npm run build` script.
This commit is contained in:
David Long 2025-07-23 21:18:51 -04:00 committed by GitHub
commit fe76f10c02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,9 +47,10 @@
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}
}