Files
MrbWebLibre/scripts/build-container-proxy.sh
2025-09-14 11:41:01 +02:00

8 lines
145 B
Bash
Executable File

#!/usr/bin/env sh
BASE=$(dirname "$0")
cd "$BASE/../packages/flutter_mozilla_components/javascript/container_proxy" || exit
npm ci
npx webpack