Browse Source

[tests] Fix format script

Mario Zechner 1 month ago
parent
commit
3f1339eb4e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/package.json

+ 3 - 0
tests/package.json

@@ -1,6 +1,9 @@
 {
   "name": "spine-tests",
   "type": "module",
+  "scripts": {
+    "format": "npx -y typescript-formatter -r **/*.ts"
+  },
   "devDependencies": {
     "@types/node": "^20.0.0",
     "tsx": "^4.0.0",