Skip to content

Commit

Permalink
fix(schematics): fix 'npm run format'
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Dec 13, 2017
1 parent ac53e9a commit 670cd57
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": "node ./node_modules/prettier/index.js --single-quote --print-width 120 --write \"{apps,libs}/**/*.ts\"",
"format": "node ./node_modules/prettier/bin/prettier.js --single-quote --print-width 120 --write \"{apps,libs}/**/*.ts\"",
"nx-migrate": "node ./node_modules/@nrwl/schematics/src/migrator/migrator.js"
},
"private": true,
Expand Down

0 comments on commit 670cd57

Please sign in to comment.