chore: add fmt script for prettier

This commit is contained in:
AJ ONeal 2024-08-28 21:31:18 -06:00
джерело 5c6e620136
коміт 976cb2682c
Підписано: coolaj86
Ідентифікатор GPG ключа: F1D692A76F70CF98

@ -14,7 +14,10 @@
], ],
"scripts": { "scripts": {
"build": "bash build.sh", "build": "bash build.sh",
"test": "node tests" "fmt": "npm run basetag-rebase && npm run prettier",
"test": "node tests",
"--------": "--------------------------------------------------------------------------",
"prettier": "npx -p prettier@2 -- prettier --write '**/*.{md,js,jsx,json,css,html,vue}'"
}, },
"repository": { "repository": {
"type": "git", "type": "git",