Skip to content

Commit

Permalink
fix: package meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Oct 19, 2024
1 parent 84e47fa commit 5b79e34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Cargo.toml",
"build.rs",
"{public,src,projects,webpack}/**/*",
"../../{core,compiler,exporter}/**/*.{rs,toml}"
"../../crates/**/*.{rs,toml}"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Cargo.toml",
"build.rs",
"{public,src,projects,webpack}/**/*",
"../../{core,compiler}/**/*.{rs,toml}"
"../../crates/**/*.{rs,toml}"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Cargo.toml",
"build.rs",
"{public,src,projects,webpack}/**/*",
"../../{core,compiler,exporter}/**/*.{rs,toml}"
"../../crates/**/*.{rs,toml}"
]
}
}
Expand Down

0 comments on commit 5b79e34

Please sign in to comment.