npm scripts
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
"description": "Ski Photos",
|
"description": "Ski Photos",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user