mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Add debounce to text parameter input (#19339)
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit",
|
||||
"cypress:install": "cypress install",
|
||||
"test:e2e:ui": "scripts/run-e2e.js ui",
|
||||
"test:e2e:dev": "scripts/run-e2e.js dev",
|
||||
"test:e2e:all": "scripts/run-e2e.js all",
|
||||
"test:flaky": "scripts/run-e2e.js debugFlaky",
|
||||
"test:e2e:ui": "node scripts/run-e2e.js ui",
|
||||
"test:e2e:dev": "node scripts/run-e2e.js dev",
|
||||
"test:e2e:all": "node scripts/run-e2e.js all",
|
||||
"test:flaky": "node scripts/run-e2e.js debugFlaky",
|
||||
"format": "biome format --write .",
|
||||
"format:check": "biome ci .",
|
||||
"lint": "eslint . --quiet",
|
||||
|
||||
Reference in New Issue
Block a user