From 24a747b338e542dc997291ce37cf4703c5c5631a Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Wed, 20 Feb 2019 21:45:06 -0800 Subject: [PATCH] build: Make base package commands use lerna --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ebbd3bec..4f70df93 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "private": true, "name": "buttplug", "scripts": { - "build": "yarn workspace buttplug build && yarn workspace buttplug-node-bluetoothle-manager build && yarn workspace buttplug-node-websockets build", - "test": "yarn workspace buttplug test && yarn workspace buttplug-node-websockets test" + "build": "lerna run build", + "test": "lerna run test" }, "workspaces": [ "packages/*"