#!/bin/bash

# Run patch-package to apply patches to node_modules
# Ensures the patches are applied in GitHub Actions
# for web-preview and web-runtime
yarn patch-package
exit 0 
