Skip to content

Commit

Permalink
Fix regression in exit codes in Faust CLI (#1574)
Browse files Browse the repository at this point in the history
* Fix regression in exit codes

* Fix package-lock.json

* Add tests

* Add changeset

* Clear all mocks after each test
  • Loading branch information
blakewilson authored Sep 13, 2023
1 parent 457933b commit b201ba2
Show file tree
Hide file tree
Showing 6 changed files with 4,358 additions and 1,925 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-houses-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@faustwp/cli': patch
---

Fixed a regression where an improper exit code was being thrown when 1. the `NEXT_PUBLIC_WORDPRESS_URL` environment variable was not set or 2. the GraphQL endpoint was not available
Loading

1 comment on commit b201ba2

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the recent updates to your Atlas environment:

App Environment URL Build
faustjs canary https://hg…wered.com ✅ (logs)

Learn more about building on Atlas in our documentation.

Please sign in to comment.