Skip to content

Commit

Permalink
Add a watch script for jetpack-mu-wpcom package (#40927)
Browse files Browse the repository at this point in the history
* add watch command to jetpack-mu-wpcom package composer.json file

* changelog

* update composer.lock

* changelog

* Update lock files

---------

Co-authored-by: Jeremy Herve <jeremy@jeremy.hu>
  • Loading branch information
matiasbenedetto and jeherve authored Jan 9, 2025
1 parent 4af9228 commit 465ba79
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: added

Add a watch command for this package in composer.json
6 changes: 5 additions & 1 deletion projects/packages/jetpack-mu-wpcom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
"build-production": "pnpm run build-production-js",
"build-development": "pnpm run build-js",
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"watch": [
"Composer\\Config::disableProcessTimeout",
"pnpm run watch"
]
},
"repositories": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: added
Comment: update composer.lock file


16 changes: 10 additions & 6 deletions projects/plugins/mu-wpcom-plugin/composer.lock

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

5 changes: 5 additions & 0 deletions projects/plugins/wpcomsh/changelog/add-jetpack-mu-wpcom-watch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


6 changes: 5 additions & 1 deletion projects/plugins/wpcomsh/composer.lock

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

0 comments on commit 465ba79

Please sign in to comment.