From 7cc7439ed628ae4f90ad81f625a153307b534bb0 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Sun, 30 Oct 2022 21:16:02 +1100 Subject: [PATCH] chore: setup workspace scripts --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c2b677323..7e84b5e814 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,13 @@ "packages/*" ], "scripts": { - "prepare": "husky install" + "prepare": "husky install", + "build": "lerna run build", + "size": "lerna run size", + "fix": "lerna run fix", + "test": "lerna run test", + "proto": "lerna run proto", + "doc": "lerna run doc" }, "devDependencies": { "husky": "^8.0.1",