mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Minor changes to running in dev mode.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
||||
"watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
|
||||
"exec": "npm start",
|
||||
"exec": "pnpm start",
|
||||
"ext": "ts"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"nuke": "rimraf dist node_modules",
|
||||
"start:windows": "cd bin && run start",
|
||||
"start:default": "cd bin && ./run start",
|
||||
"dev": "tsc-watch --noClear -p ./tsconfig.json",
|
||||
"dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm start\"",
|
||||
"oclif-dev": "run-script-os",
|
||||
"oclif-dev:windows": "cd bin && dev start",
|
||||
"oclif-dev:default": "cd bin && ./dev start",
|
||||
|
||||
Reference in New Issue
Block a user