Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STCOM-1397 transpile on publish #2413

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

STCOM-1397 transpile on publish #2413

wants to merge 1 commit into from

Conversation

zburke
Copy link
Member

@zburke zburke commented Jan 15, 2025

Transpile on publish. Leverage the prepare npm lifecycle hook to execute transpilationi prior to publishing. Relocate hooks and utils into lib to simplify transpilation and follow JS SOP. This required updates to some import paths but no substantive changes otherwise.

In lib/util/currencies, the import that pulls in currency data changed because ... it's not really clear, except the previous import did not work and the updated import looks a little simpler. 🤷

unrelated cleanup:

  • remove unused file Jenkinsfile.deprecated
  • clean up package.json:
    • remove engines
    • correctly specify repository

Refs STCOM-1397

Transpile on publish. Leverage the `prepare` npm lifecycle hook to
execute transpilationi prior to publishing. Relocate `hooks` and `utils`
into `lib` to simplify transpilation and follow JS SOP. This required
updates to some import paths but no substantive changes otherwise.

In `lib/util/currencies`, the import that pulls in currency data changed
because ... it's not really clear, except the previous import did not
work and the updated import looks a little simpler. 🤷

unrelated cleanup:
* remove unused file `Jenkinsfile.deprecated`
* clean up `package.json`:
  * remove  `engines`
  * correctly specify `repository`

Refs STCOM-1397
Copy link

Bigtest Unit Test Results

    1 files  ±0      1 suites  ±0   15s ⏱️ ±0s
1 535 tests ±0  1 527 ✅ ±0  8 💤 ±0  0 ❌ ±0 
1 537 runs  ±0  1 529 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit 5897ab9. ± Comparison against base commit ef2336c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant