summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 61aacee..1f77a4b 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
+ "deploy": "sh ./bin/deploy.sh",
"i18n:compile": "formatjs compile-folder src/i18n lang/",
"i18n:extract": "formatjs extract 'src/**/*.ts*' --out-file src/i18n/en.json",
"release": "standard-version -s",