mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
build: update nx.json
This commit is contained in:
@@ -69,6 +69,9 @@
|
||||
{ "runtime": "yarn playwright --version" }
|
||||
]
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"e2e:coverage": {
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
|
||||
@@ -89,7 +89,7 @@ runCli(
|
||||
console.error
|
||||
);
|
||||
|
||||
spawn('yarn', ['dev'], {
|
||||
spawn('nx', ['dev', '@affine/web'], {
|
||||
env,
|
||||
cwd,
|
||||
stdio: 'inherit',
|
||||
|
||||
Reference in New Issue
Block a user