#!/bin/sh

# yarn patch-package

# install deps in sub-projects
(cd edgeWorker && yarn)

# generate i18n files
yarn i18n:init
