finished implementation
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
BASE=$(dirname "$0")
|
||||
|
||||
cd "$BASE/../packages/flutter_mozilla_components/javascript/container_proxy" || exit
|
||||
|
||||
npm ci
|
||||
npx webpack
|
||||
Reference in New Issue
Block a user