From 859f82d876ee08764bc15bfdf4c38eaf280c8946 Mon Sep 17 00:00:00 2001 From: Brian Bugh Date: Thu, 5 Dec 2019 04:20:46 -0600 Subject: [PATCH] Fix build glob portability --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44ca5b1f..a353c402 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ ], "private": true, "scripts": { - "build": "lerna run build --concurrency 1 --scope {vue-apollo,@vue/apollo}*", + "build": "lerna run build --concurrency 1 --scope \"{vue-apollo,@vue/apollo}*\"", "test": "lerna run test --concurrency 1" }, "devDependencies": {