Skip to content

Commit

Permalink
🐛 [deno] 指定执行顺序,先执行client,再执行demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie-yellow committed Sep 21, 2023
1 parent a4f1ce4 commit d756ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const devTasks = new ConTasks(
cmd: "deno",
args: "task build:watch:demo",
cwd: "./plaoc",
startDeps: [{ name: "plaoc:client", whenLog: "Complete!", logType: "stdout" }],
},
"plaoc:client": {
cmd: "deno",
Expand Down

0 comments on commit d756ad7

Please sign in to comment.