From 3141658ac0936329e39c9fdf90aa1d16c2341437 Mon Sep 17 00:00:00 2001 From: Andrey Goncharov Date: Mon, 23 May 2022 08:06:18 -0700 Subject: [PATCH] Publish flipper-headless-demo Reviewed By: lblasa Differential Revision: D36591088 fbshipit-source-id: 0f22b38f558934aa9a8b017cdb87cc67f5a65cef --- desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/package.json b/desktop/package.json index 226df50fa..8778cc0e9 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -185,7 +185,7 @@ "test-utils", "eslint-plugin-flipper", "types", - "examples/headless-tic-tac-toe" + "examples/*" ] } }