From 322e2f9b4496cece3da35356b65ba0a45ff430a1 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Wed, 26 Feb 2025 22:18:51 +0300 Subject: [PATCH] fix sounds --- scripts/prepareSounds.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/prepareSounds.mjs b/scripts/prepareSounds.mjs index f80ace4e..7ff614a2 100644 --- a/scripts/prepareSounds.mjs +++ b/scripts/prepareSounds.mjs @@ -246,6 +246,7 @@ const writeSoundsMap = async () => { const makeSoundsBundle = async () => { const allSoundsMap = JSON.parse(fs.readFileSync('./generated/sounds.json', 'utf8')) const allSoundsVersionedMap = JSON.parse(fs.readFileSync('./generated/soundsPathVersionsRemap.json', 'utf8')) + if (!process.env.REPO_SLUG) throw new Error('REPO_SLUG is not set') const allSoundsMeta = { format: 'mp3',