From b4afc0bc9b36bf675d337a5bb010fb979a51b5c7 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 14 May 2020 11:36:15 +0200 Subject: [PATCH] package.json: add root lerna diff command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4f7eb2c5f5..f98ac41ad2 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "bundle": "yarn build && yarn workspace example-app bundle", "build": "lerna run build", "clean": "lerna run clean", + "diff": "lerna run diff --", "test": "yarn build && lerna run test --since origin/master -- --coverage", "test:all": "yarn build && lerna run test -- --coverage", "lint": "lerna run lint --since origin/master --",