From 5b79e34ad52d0418e22e88966e52d984a9fde110 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Sat, 19 Oct 2024 16:41:36 +0800 Subject: [PATCH] fix: package meta --- package.json | 2 +- packages/compiler/turbo.json | 2 +- packages/parser/turbo.json | 2 +- packages/renderer/turbo.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}" ] } }