mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix: Fix nodes-base hot-reloading (no-changelog) (#5694)
This commit is contained in:
parent
ba73fff27d
commit
6c74d41f23
|
@ -22,7 +22,7 @@
|
||||||
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
||||||
"lint": "eslint --quiet nodes credentials",
|
"lint": "eslint --quiet nodes credentials",
|
||||||
"lintfix": "eslint nodes credentials --fix",
|
"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"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Reference in a new issue