Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
db2408d538ffd48f5363cad3bc0a71bcba5554cb
/
.
/
e2e
/
webpack_devserver_esm
/
test.sh
blob: c6c594bd5f329a705b2e03019fdadd4fd29c35e0 [
file
]
#!/usr/bin/env bash
set
-
o errexit
-
o nounset
-
o pipefail
BZLMOD_FLAG
=
"${BZLMOD_FLAG:-}"
# Integration test for js_run_devserver run with ibazel
bazel run $BZLMOD_FLAG
--
@pnpm
//:
pnpm
--
dir
"$PWD"
install
./
serve_test
.
sh
//:
dev