Skip to content

Commit d756ad7

Browse files
committed
🐛 [deno] 指定执行顺序,先执行client,再执行demo
1 parent a4f1ce4 commit d756ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/dev.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const devTasks = new ConTasks(
1111
cmd: "deno",
1212
args: "task build:watch:demo",
1313
cwd: "./plaoc",
14+
startDeps: [{ name: "plaoc:client", whenLog: "Complete!", logType: "stdout" }],
1415
},
1516
"plaoc:client": {
1617
cmd: "deno",

0 commit comments

Comments
 (0)