summaryrefslogtreecommitdiff
path: root/scripts/notify/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/notify/index.js')
-rwxr-xr-xscripts/notify/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/notify/index.js b/scripts/notify/index.js
index 1a2440382..e9bb69300 100755
--- a/scripts/notify/index.js
+++ b/scripts/notify/index.js
@@ -64,7 +64,7 @@ const packageMap = new Map([
['@astrojs/renderer-svelte', './packages/renderers/renderer-svelte'],
['@astrojs/renderer-vue', './packages/renderers/renderer-vue'],
['@astrojs/webapi', './packages/webapi'],
-])
+]);
async function run() {
const releases = process.argv.slice(2)[0];