Skip to content

Commit

Permalink
chore(scripts): shortcut to for starting example package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Moreau committed Jan 24, 2025
1 parent 75d92f4 commit 585f533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"scripts": {
"bootstrap": "lerna bootstrap",
"build:watch": "lerna run --parallel --no-bail --no-prefix build:watch",
"example:watch": "yarn nx run \"example\":start:watch",
"build": "lerna run build",
"clean": "lerna run clean && rm -rf coverage api-reference/",
"docs": "typedoc",
Expand Down

0 comments on commit 585f533

Please sign in to comment.