diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/airmx/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/airmx/package.json b/packages/airmx/package.json index c2a2380..44bde6c 100644 --- a/packages/airmx/package.json +++ b/packages/airmx/package.json @@ -5,7 +5,8 @@ "type": "module", "main": "dist/index.js", "scripts": { - "test": "jest" + "test": "jest", + "format": "prettier . --write" }, "repository": { "type": "git", |
