Skip to content

Commit

Permalink
fix : improve clarity of yarn parallel scripts (#55)
Browse files Browse the repository at this point in the history
* fix : improve clarity of yarn parallel scripts

* refactor : add space
  • Loading branch information
godhyzzang authored Jan 5, 2025
1 parent 55d1c0e commit 968cb31
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"core": "yarn workspace react-player-plugin-prompter",
"demo": "yarn workspace demo",
"docs": "yarn workspace docs",
"dev": "yarn core dev & yarn demo dev",
"dev": "yarn workspaces foreach --all -pi --include core --include demo run dev",
"typecheck": "yarn workspaces foreach --all run typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit 968cb31

Please sign in to comment.