package.json format script was changed to work on windows (#133)

fix(package.json): Format script was changed to work on windows
This commit is contained in:
amirali
2019-02-05 22:02:23 +03:30
committed by Danilo Woznica
parent e24382544f
commit 15eb1fe498

View File

@@ -35,7 +35,7 @@
"test:watch": "jest tests --watch",
"tsc": "node_modules/.bin/tsc",
"tsc:watch": "npm run tsc -- --watch",
"format": "prettier --write 'src/**/*.{ts,tsx}'",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"coverage": "codecov",
"release": "semantic-release"
},