diff --git a/package.json b/package.json index f2fb75de..ffa4676b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "build:renderer": "turbo build --filter=!./packages/{compiler} --filter=./packages/{renderer,typst.ts}", "build:proj": "turbo build --filter=./projects/*", "watch:renderer": "cargo run --bin typst-ts-dev-server -- watch renderer", - "start:react": "yarn workspace @myriaddreamin/typst.react start", + "start:react": "yarn workspace @myriaddreamin/typst.react dev", "start:angular": "yarn workspace typst.angular start", "docs": "shiroa serve --font-path assets/fonts -w . docs/cookery", "bump-packages": "python scripts/bump_version.py", diff --git a/packages/compiler/turbo.json b/packages/compiler/turbo.json index 0c905136..fa62ef87 100644 --- a/packages/compiler/turbo.json +++ b/packages/compiler/turbo.json @@ -9,7 +9,7 @@ "Cargo.toml", "build.rs", "{public,src,projects,webpack}/**/*", - "../../{core,compiler,exporter}/**/*.{rs,toml}" + "../../crates/**/*.{rs,toml}" ] } } diff --git a/packages/parser/turbo.json b/packages/parser/turbo.json index de0239ff..fa62ef87 100644 --- a/packages/parser/turbo.json +++ b/packages/parser/turbo.json @@ -9,7 +9,7 @@ "Cargo.toml", "build.rs", "{public,src,projects,webpack}/**/*", - "../../{core,compiler}/**/*.{rs,toml}" + "../../crates/**/*.{rs,toml}" ] } } diff --git a/packages/renderer/turbo.json b/packages/renderer/turbo.json index 0c905136..fa62ef87 100644 --- a/packages/renderer/turbo.json +++ b/packages/renderer/turbo.json @@ -9,7 +9,7 @@ "Cargo.toml", "build.rs", "{public,src,projects,webpack}/**/*", - "../../{core,compiler,exporter}/**/*.{rs,toml}" + "../../crates/**/*.{rs,toml}" ] } }