diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 387f1c46e..33be165a1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "taler-wallet-cli": "./bin/taler-wallet-cli" }, "scripts": { - "build": "make tsc" + "build": "make tsc", + "pretty": "prettier --config .prettierrc --write 'src/**.ts'" }, "files": [ "AUTHORS", |