[ADD] project: add prettier task to package.json

This commit is contained in:
Géry Debongnie
2019-10-25 10:01:50 +02:00
parent 67349eb0f0
commit caa9ac5cb2
+2 -1
View File
@@ -14,7 +14,8 @@
"tools:serve": "python3 tools/server.py || python tools/server.py",
"tools": "npm run build && npm run tools:serve",
"pretools:watch": "npm run build",
"tools:watch": "npm-run-all --parallel tools:serve \"build:* -- --watch\""
"tools:watch": "npm-run-all --parallel tools:serve \"build:* -- --watch\"",
"prettier": "prettier {src/**/*.ts,tests/**/*.ts,doc/**/*.md} --write"
},
"repository": {
"type": "git",