feat: added script format

This commit is contained in:
Begerad, Stefan 2021-09-09 13:52:19 -04:00
parent b077add01e
commit 97d38349d6
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.js\""
},
"author": "Stefan Begerad",
"license": "GPL-3.0-or-later",