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:27 UTC

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

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",