(fix)schematics: double qoutes around the glob pattern

Fixes 'no matching patterns' error during format script execution.
This commit is contained in:
slawojstanislawski 2017-10-11 19:51:24 +02:00 committed by Victor Savkin
parent 82926f6bf2
commit 0414e04cb1

View File

@ -9,7 +9,7 @@
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e", "e2e": "ng e2e",
"format": "prettier --single-quote --print-width 120 --write '{apps,libs}/**/*.ts'" "format": "prettier --single-quote --print-width 120 --write \"{apps,libs}/**/*.ts\""
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {