chore(scripts): espace commands arguments that use a glob matching pattern (#2435)

This commit is contained in:
Erez Rokah
2019-07-18 23:59:31 +03:00
committed by Shawn Erquhart
parent 9a3c9d2ffb
commit 8fe72d0686
25 changed files with 26 additions and 26 deletions

View File

@ -18,7 +18,7 @@
"scripts": {
"develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack",
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore **/__tests__ --root-mode upward"
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
},
"peerDependencies": {
"immutable": "^3.7.6",