From b19bd0a79c103eeb7a410119686ef2d2a098df7e Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Sun, 29 May 2022 16:52:17 +0200 Subject: [PATCH] setup: add separate build scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 2500a51a..f5b44ab6 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,8 @@ "prepare": "husky install", "fix": "run-s 'fix:*' && wsrun -e -c -s fix", "build": "wsrun -e -c -s build", + "build:status-js": "yarn workspace @status-im/js build", + "build:status-react": "yarn workspace @status-im/react build", "lint": "eslint 'packages/**/*.{ts,tsx}'", "lint:fix": "eslint 'packages/**/*.{ts,tsx}' --fix", "lint:examples": "eslint 'examples/**/*.{ts,tsx}'",