summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-12 17:42:59 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-12 17:42:59 +0100
commite9755981b06470c495edde3fbfc3934b1bc5c107 (patch)
treea6395dc1588e5467fe452165a9ae8aea4d6dd326 /package.json
parente0c5ec43f5c2a105dc3c626d7c4bc74b512662f4 (diff)
Adds payment success confirmation page for Lallans issues
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 695f3fe..37b389c 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"lint-staged": {
"**/*.{ts,cts,mts,astro,json,md,js,cjs,mjs,html}": [
"eslint",
- "prettier"
+ "prettier --write"
]
}
}