Skip to content

Commit

Permalink
build: add shortcuts for package dev/build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Jul 19, 2024
1 parent ce9b463 commit ae3a87e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
],
"scripts": {
"packages:build": "yarn workspaces foreach -R --from \"{@rbxts/centurion,@rbxts/centurion-ui}\" run build",
"core:build": "yarn workspace @rbxts/centurion build",
"core:dev": "yarn workspace @rbxts/centurion dev",
"ui:build": "yarn workspace @rbxts/centurion build",
"ui:dev": "yarn workspace @rbxts/centurion dev",
"test:build": "yarn workspace test build",
"test:dev": "yarn workspace test dev",
"test:serve": "yarn workspace test serve"
Expand Down

0 comments on commit ae3a87e

Please sign in to comment.