You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by un...@apache.org on 2022/04/03 19:01:26 UTC

[incubator-flagon-useralejs] branch add-react-to-test-suite created (now 50d10d8)

This is an automated email from the ASF dual-hosted git repository.

unclegedd pushed a change to branch add-react-to-test-suite
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git.


      at 50d10d8  WIP

This branch includes the following new commits:

     new 50d10d8  WIP

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-flagon-useralejs] 01/01: WIP

Posted by un...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

unclegedd pushed a commit to branch add-react-to-test-suite
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git

commit 50d10d866f9e2913ab438a6643cf5e2aba2964f0
Author: unclegedd <ge...@defenseunicorns.com>
AuthorDate: Sun Apr 3 14:01:12 2022 -0500

    WIP
---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 420fbd7..e7400f4 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,8 @@
     "journey:debug": "cypress open",
     "journey:ci": "start-server-and-test example:run 8000 journey",
     "example:run": "node example/server.js",
-    "example:watch": "nodemon -w ./example example/server.js"
+    "example:watch": "nodemon -w ./example example/server.js",
+    "react-example:run": "npm start --prefix example/react-app-example"
   },
   "repository": {
     "type": "git",