Skip to content

Commit

Permalink
[not verified] Fixed infinite "jetpack build packages/post-list" buil…
Browse files Browse the repository at this point in the history
…d by changing "build-development" from "pnpm run start" fo "pnpm run build".
  • Loading branch information
DustyReagan authored and retrofox committed Aug 23, 2021
1 parent a994ee9 commit e70ba62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/packages/post-list/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"build-development": [
"Composer\\Config::disableProcessTimeout",
"pnpm run start"
"pnpm run build"
],
"build-production": [
"Composer\\Config::disableProcessTimeout",
Expand Down

0 comments on commit e70ba62

Please sign in to comment.