Skip to content

Commit 94a2ad3

Browse files
HenryHengZJJJK801
authored andcommitted
Chore/update pnpm run dev (FlowiseAI#4154)
update pnpm run dev
1 parent 39ad198 commit 94a2ad3

File tree

7 files changed

+103
-206
lines changed

7 files changed

+103
-206
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"build": "turbo run build",
1515
"build-force": "pnpm clean && turbo run build --force",
16-
"dev": "turbo run dev --parallel",
16+
"dev": "turbo run dev --parallel --no-cache",
1717
"start": "run-script-os",
1818
"start:windows": "cd packages/server/bin && run start",
1919
"start:default": "cd packages/server/bin && ./run start",

packages/api-documentation/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"scripts": {
66
"build": "tsc",
77
"start": "node dist/index.js",
8-
"dev": "concurrently \"tsc-watch --noClear -p ./tsconfig.json\" \"nodemon\"",
98
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
109
},
1110
"license": "SEE LICENSE IN LICENSE.md",

packages/components/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"scripts": {
88
"build": "tsc && gulp",
99
"dev:gulp": "gulp",
10-
"dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm dev:gulp\"",
1110
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1211
"clean": "rimraf dist",
1312
"nuke": "rimraf dist node_modules .turbo"

packages/server/nodemon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
3-
"watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
3+
"watch": ["commands", "index.ts", "src"],
44
"exec": "pnpm start",
55
"ext": "ts"
66
}

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"start:default": "cd bin && ./run start",
2929
"start-worker:windows": "cd bin && run worker",
3030
"start-worker:default": "cd bin && ./run worker",
31-
"dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm start\"",
31+
"dev": "nodemon",
3232
"oclif-dev": "run-script-os",
3333
"oclif-dev:windows": "cd bin && dev start",
3434
"oclif-dev:default": "cd bin && ./dev start",

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"notistack": "^2.0.4",
4040
"prop-types": "^15.7.2",
4141
"react": "^18.2.0",
42-
"react-code-blocks": "^0.0.9-0",
42+
"react-code-blocks": "^0.1.6",
4343
"react-color": "^2.19.3",
4444
"react-datepicker": "^4.21.0",
4545
"react-device-detect": "^1.17.0",

0 commit comments

Comments
 (0)