(fix)schematics: double qoutes around the glob pattern
Fixes 'no matching patterns' error during format script execution.
This commit is contained in:
parent
82926f6bf2
commit
0414e04cb1
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user