fix sounds
This commit is contained in:
parent
89fd5dde71
commit
322e2f9b44
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue