Skip to content

Commit

Permalink
(fix)schematics: double qoutes around the glob pattern
Browse files Browse the repository at this point in the history
Fixes 'no matching patterns' error during format script execution.
  • Loading branch information
slawojstanislawski authored and vsavkin committed Oct 11, 2017
1 parent 82926f6 commit 0414e04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "ng test",
"lint": "ng lint",
"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,
"dependencies": {
Expand Down

0 comments on commit 0414e04

Please sign in to comment.