From 2e7c130f629c93fa9b0fd98b0181fe46e0bd56c9 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 26 Jul 2018 16:00:46 +0200 Subject: Expose lerna dep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4a21402f..438fe5b68 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "script:publish": "node ./packages/monorepo-scripts/lib/publish.js", "install:all": "yarn install", "wsrun": "wsrun", - "lerna:run": "lerna run", + "lerna": "lerna", "watch": "wsrun watch_without_deps $PKG --fast-exit -r --stages --done-criteria='complete|successfully'", "build": "wsrun build $PKG --fast-exit -r --stages", "build:no_website": "wsrun build $PKG --fast-exit -r --stages --exclude @0xproject/website", -- cgit v1.2.3