Skip to content

Commit 5ff22e6

Browse files
bbughAkryum
authored andcommitted
chore: Fix build glob portability (#873)
1 parent 2a9ca9f commit 5ff22e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"private": true,
88
"scripts": {
9-
"build": "lerna run build --concurrency 1 --scope {vue-apollo,@vue/apollo}*",
9+
"build": "lerna run build --concurrency 1 --scope \"{vue-apollo,@vue/apollo}*\"",
1010
"test": "lerna run test --concurrency 1"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)