chore: add prettier npm script
This commit is contained in:
parent
5ba5244e4b
commit
484b78b4fd
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
"start": "node --expose-gc build/armory/main.js",
|
"start": "node --expose-gc build/armory/main.js",
|
||||||
"watch": "concurrently \"tsc -w --project .\" \"npm run nodemon\"",
|
"watch": "concurrently \"tsc -w --project .\" \"npm run nodemon\"",
|
||||||
"nodemon": "nodemon -q -w build -w config.json build/armory/main.js",
|
"nodemon": "nodemon -q -w build -w config.json build/armory/main.js",
|
||||||
|
"prettier": "prettier . -w",
|
||||||
"fetchdata": "node build/tools/fetchdata.js",
|
"fetchdata": "node build/tools/fetchdata.js",
|
||||||
"cleardata": "rimraf data/bone data/meta data/mo3 data/textures"
|
"cleardata": "rimraf data/bone data/meta data/mo3 data/textures"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue