Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wonder-stuff-i18n's dist/bin/ folder (#559)
## Summary: One of our cloud platform jobs is failing because dist/bin/gen-potfiles.ts was written instead of dist/bin/gen-profiles.js when wonder-stuff-i18n was built and published. This PR fixes the issue by updating the build script to write bin files using hte .js extension instead of .ts. Issue: None ## Test plan: - ./packages/wonder-stuff-i18n/dist/bin/gen-potfile.js "../webapp/services/static/javascript/*.{js,jsx}" > JavaScript.pot - cat JavaScript.pot - see a bunch of strings ready for translations Author: kevinbarabash Reviewers: mahtabsabet, jeresig, somewhatabstract, nathanjd Required Reviewers: Approved By: mahtabsabet, jeresig, somewhatabstract Checks: ✅ codecov/project, ✅ Test (macos-latest, 16.x), ✅ CodeQL, ✅ Lint, typecheck, and coverage check (ubuntu-latest, 16.x), ✅ gerald, ✅ Analyze (javascript), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ⏭ dependabot Pull Request URL: #559
- Loading branch information