Skip to content

Commit

Permalink
dev: add filter arg to publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 1, 2023
1 parent 7fdeae0 commit 2191862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"start:angular": "yarn workspace typst.angular start",
"book": "typst-book serve --font-path assets/fonts -w . docs/cookery",
"bump-packages": "python scripts/bump_version.py",
"prepublish-packages": "turbo run prepublish",
"publish:dry": "turbo run prepublish publish:dry",
"publish:lib": "turbo run prepublish publish:lib",
"prepublish-packages": "turbo run prepublish --filter=./packages/*",
"publish:dry": "turbo run prepublish publish:dry --filter=./packages/*",
"publish:lib": "turbo run prepublish publish:lib --filter=./packages/*",
"notes:clone-proj": "assets/fonts is the dummy project for cmd, and you should specify a project for cloning",
"example:clone-proj": "yarn run clone-proj projects/typst-book",
"clone-proj": "git submodule update --init --checkout assets/fonts",
Expand Down

0 comments on commit 2191862

Please sign in to comment.