mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: Fix nodes-base hot-reloading (no-changelog) (#5694)
This commit is contained in:
committed by
GitHub
parent
ba73fff27d
commit
6c74d41f23
@@ -22,7 +22,7 @@
|
||||
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
||||
"lint": "eslint --quiet nodes credentials",
|
||||
"lintfix": "eslint nodes credentials --fix",
|
||||
"watch": "tsc-watch --onSuccess \"pnpm n8n-generate-ui-types\"",
|
||||
"watch": "tsc-watch -p tsconfig.build.json --onSuccess \"pnpm n8n-generate-ui-types\"",
|
||||
"test": "jest"
|
||||
},
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user