Skip to content

Commit

Permalink
dev: update convenient meta for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 1, 2023
1 parent 1b9bd6c commit 7473b9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ members = [
"tests/integration",
"tests/std",
]
exclude = ["projects"]

[profile.release]
opt-level = 3
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@
"packages/typst.react",
"packages/typst.vue3",
"packages/typst.angular",
"packages/templates/*"
"packages/templates/*",
"projects/**/*"
],
"scripts": {
"dev": "cargo run --bin typst-ts-dev-server -- run http --corpus ./fuzzers/corpora/",
"install:pure": "yarn install --pure-lockfile",
"build:core": "yarn workspace @myriaddreamin/typst.ts build",
"build:pkg": "turbo build --filter=./packages/*",
"build:proj": "turbo build --filter=./projects/*",
"start:react": "yarn workspace @myriaddreamin/typst.react start",
"start:angular": "yarn workspace typst.angular start",
"book": "typst-book serve --font-path assets/fonts -w . docs/cookery",
Expand Down

0 comments on commit 7473b9d

Please sign in to comment.