fix(schematics): fix 'npm run format'
This commit is contained in:
parent
ac53e9a624
commit
670cd57dfa
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user