build: update nx.json

This commit is contained in:
himself65
2023-06-16 14:50:42 +08:00
parent bfb9e9b5c5
commit c5eb16139f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -69,6 +69,9 @@
{ "runtime": "yarn playwright --version" }
]
},
"dev": {
"dependsOn": ["^build"]
},
"e2e:coverage": {
"dependsOn": ["^build"]
},
+1 -1
View File
@@ -89,7 +89,7 @@ runCli(
console.error
);
spawn('yarn', ['dev'], {
spawn('nx', ['dev', '@affine/web'], {
env,
cwd,
stdio: 'inherit',