From 02e8a97f85ee8de6d496d151acda716acbf83d47 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 28 Mar 2024 17:20:39 +0530 Subject: [PATCH] chore: post install scripts --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d4766aa1..5206119c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,10 @@ "frontend" ], "scripts": { - "test-local": "cypress open --e2e --browser chrome" + "test-local": "cypress open --e2e --browser chrome", + "postinstall": "cd frontend && yarn install --check-files", + "dev": "cd frontend && yarn dev", + "build": "cd frontend && yarn build" }, "private": true, "repository": {