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

@ -10,7 +10,7 @@
"build-preview:lerna": "lerna run build-preview", "build-preview:lerna": "lerna run build-preview",
"build:demo": "run-s build build:demo:copy", "build:demo": "run-s build build:demo:copy",
"build:demo:copy": "ncp packages/netlify-cms/dist dev-test/dist/", "build:demo:copy": "ncp packages/netlify-cms/dist dev-test/dist/",
"clean": "rimraf packages/*/dist dev-test/dist", "clean": "rimraf \"packages/*/dist\" dev-test/dist",
"clean:lerna": "lerna clean --yes", "clean:lerna": "lerna clean --yes",
"reset": "run-s clean clean:lerna", "reset": "run-s clean clean:lerna",
"test": "run-s clean lint test:unit", "test": "run-s clean lint test:unit",
@ -27,7 +27,7 @@
"test:e2e:exec-dev": "cypress open", "test:e2e:exec-dev": "cypress open",
"test:e2e:run": "start-test test:e2e:serve 8080 test:e2e:exec", "test:e2e:run": "start-test test:e2e:serve 8080 test:e2e:exec",
"test:e2e:run-ci": "start-test test:e2e:serve 8080 test:e2e:exec-ci", "test:e2e:run-ci": "start-test test:e2e:serve 8080 test:e2e:exec-ci",
"lint": "run-p -c --aggregate-output lint:*", "lint": "run-p -c --aggregate-output \"lint:*\"",
"lint-quiet": "run-p -c --aggregate-output \"lint:* -- --quiet\"", "lint-quiet": "run-p -c --aggregate-output \"lint:* -- --quiet\"",
"lint:css": "stylelint --ignore-path .gitignore \"{packages/**/*.{css,js},website/**/*.css}\"", "lint:css": "stylelint --ignore-path .gitignore \"{packages/**/*.{css,js},website/**/*.css}\"",
"lint:js": "eslint --color --ignore-path .gitignore \"{{packages,scripts,website}/**/,}*.js\"", "lint:js": "eslint --color --ignore-path .gitignore \"{{packages,scripts,website}/**/,}*.js\"",

View File

@ -9,7 +9,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"keywords": [ "keywords": [
"netlify", "netlify",

View File

@ -17,7 +17,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"js-base64": "^2.5.1", "js-base64": "^2.5.1",

View File

@ -18,7 +18,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"gotrue-js": "^0.9.24", "gotrue-js": "^0.9.24",

View File

@ -16,7 +16,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"@emotion/core": "^10.0.9", "@emotion/core": "^10.0.9",

View File

@ -17,7 +17,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"@emotion/core": "^10.0.9", "@emotion/core": "^10.0.9",

View File

@ -18,7 +18,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"immutable": "^3.7.6", "immutable": "^3.7.6",

View File

@ -14,7 +14,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"js-sha256": "^0.9.0", "js-sha256": "^0.9.0",

View File

@ -22,7 +22,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"netlify-cms-lib-util": "^2.1.3-beta.0" "netlify-cms-lib-util": "^2.1.3-beta.0"

View File

@ -20,7 +20,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"uploadcare-widget": "^3.7.0", "uploadcare-widget": "^3.7.0",

View File

@ -14,7 +14,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"react-aria-menubutton": "^6.0.0", "react-aria-menubutton": "^6.0.0",

View File

@ -18,7 +18,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"@emotion/core": "^10.0.9", "@emotion/core": "^10.0.9",

View File

@ -19,7 +19,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"react-datetime": "^2.16.3" "react-datetime": "^2.16.3"

View File

@ -20,7 +20,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"@emotion/core": "^10.0.9", "@emotion/core": "^10.0.9",

View File

@ -20,7 +20,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"common-tags": "^1.8.0" "common-tags": "^1.8.0"

View File

@ -20,7 +20,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"@emotion/core": "^10.0.9", "@emotion/core": "^10.0.9",

View File

@ -19,7 +19,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"react-sortable-hoc": "^1.0.0" "react-sortable-hoc": "^1.0.0"

View File

@ -19,7 +19,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"@emotion/core": "^10.0.9", "@emotion/core": "^10.0.9",

View File

@ -19,7 +19,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"is-hotkey": "^0.1.4", "is-hotkey": "^0.1.4",

View File

@ -18,7 +18,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"netlify-cms-ui-default": "^2.6.0", "netlify-cms-ui-default": "^2.6.0",

View File

@ -20,7 +20,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"@emotion/core": "^10.0.9", "@emotion/core": "^10.0.9",

View File

@ -19,7 +19,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"react-select": "^2.4.2" "react-select": "^2.4.2"

View File

@ -20,7 +20,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"immutable": "^3.7.6", "immutable": "^3.7.6",

View File

@ -18,7 +18,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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": { "peerDependencies": {
"netlify-cms-ui-default": "^2.6.0", "netlify-cms-ui-default": "^2.6.0",

View File

@ -21,7 +21,7 @@
"scripts": { "scripts": {
"develop": "yarn build:esm --watch", "develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack", "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"
}, },
"dependencies": { "dependencies": {
"react-textarea-autosize": "^7.1.0" "react-textarea-autosize": "^7.1.0"