From 4fc392e6280fcf0459cc950ee750e109f3701766 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Mon, 16 Oct 2023 16:05:08 +0100 Subject: [PATCH] [qol] Add sprout to top level scripts --- compiler/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/package.json b/compiler/package.json index 648ac2a302..50b37737b8 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -17,7 +17,9 @@ "dev": "concurrently --kill-others -n forget,playground \"yarn workspace babel-plugin-react-forget run tsc --watch\" \"yarn workspace playground run dev\"", "test": "yarn workspaces run test", "snap": "yarn workspace babel-plugin-react-forget run snap", - "snap:build": "yarn workspace snap run build" + "snap:build": "yarn workspace snap run build", + "sprout": "yarn workspace babel-plugin-react-forget run sprout", + "sprout:build": "yarn workspace sprout run build" }, "dependencies": {}, "devDependencies": {