From eb8d622b7c060ade3b49f70797efbbfc0606764e Mon Sep 17 00:00:00 2001 From: Makoto Inoue <2630+makoto@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:05:02 +0100 Subject: [PATCH] Add build --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7d277f2..602e03d 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "scripts": { "env": "env", "workspace": "bun ./scripts/workspace.ts", + "build": "bun run workspace crosschain-resolver build && bun run workspace crosschain-reverse-resolver build", "test": "bun run workspace crosschain-resolver test && bun run workspace crosschain-reverse-resolver test", "lint": "bun run workspace all lint", "prepare": "husky install"