npm scripts

This commit is contained in:
2018-12-28 15:23:28 -07:00
parent 53fa2be4fa
commit 7d530df658

View File

@@ -4,7 +4,9 @@
"description": "Ski Photos",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --write $(git ls-files \"*.ts*\")",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",