From 8f18072943db2b57a15328cc17a0d23f20891e9c Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Tue, 28 May 2024 14:57:35 +0930 Subject: [PATCH] feat: adds "prepare" script step to allow building from github --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d80458c..de5a466 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "scripts": { "build": "make build", + "prepare": "make build", "i18n_extract": "fedx-scripts formatjs extract", "lint": "fedx-scripts eslint --ext .js --ext .jsx .", "snapshot": "fedx-scripts jest --updateSnapshot",