chore: fix yarn lint failure on windows (#278)

This commit is contained in:
fisker Cheung 2019-10-15 02:50:51 +08:00 committed by Evan You
parent 6b3ad95fa4
commit 532a248798

View File

@ -9,7 +9,7 @@
"size-runtime": "node scripts/build.js runtime-dom -p -f global",
"size-compiler": "node scripts/build.js compiler-dom -p -f global",
"size": "yarn size-runtime && yarn size-compiler",
"lint": "prettier --write --parser typescript 'packages/**/*.ts'",
"lint": "prettier --write --parser typescript \"packages/**/*.ts\"",
"test": "jest"
},
"gitHooks": {