fix sounds

This commit is contained in:
Vitaly Turovsky 2025-02-26 22:18:51 +03:00
commit 322e2f9b44

View file

@ -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',