mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Use cross-platform script path for copy-templates in @n8n/node-cli (no-changelog) (#18547)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Jon <Joffcom@users.noreply.github.com> Co-authored-by: Elias Meire <elsmr@users.noreply.github.com> Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "./bin/create.js"
|
||||
"start": "node bin/create.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user