Temp fix for tests by setting path in manifest.

This commit is contained in:
erinhmclark
2025-03-18 11:44:08 +00:00
parent 43ef8f2aeb
commit 0c892f3cf1
2 changed files with 2 additions and 2 deletions

View File

@@ -27,5 +27,5 @@ cd "$BGUTIL_DIR/server" || exit 1
yarn install --frozen-lockfile
npx tsc
# The built script is now available and can be used by the generic extractor
# The transpiled POT generation script is now available and will be used automatically by the generic extractor
echo "PO Token provider script is ready: $BGUTIL_DIR/server/build/generate_once.js"