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

STCON-167 transpile on publish #236

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

STCON-167 transpile on publish #236

wants to merge 1 commit into from

Conversation

zburke
Copy link
Member

@zburke zburke commented Jan 14, 2025

Transpile on publish. Leverage the prepare npm lifecycle hook to execute transpilation prior to publishing. Source files were moved into ./src to simplify transpilation and follow JS SOP, but not otherwise changed.

  • remove unused files (Jenkinsfile.deprecated, webpack.transile.config.js)
  • clean up package.json:
    • remove unnecessary resolutions
    • remove author, engines
    • correctly specify repository

Refs STCON-167

Transpile on publish. Leverage the `prepare` npm lifecycle hook to
execute transpilation prior to publishing. Source files were moved into
`./src` to simplify transpilation and follow JS SOP, but not otherwise
changed.

* remove unused files (Jenkinsfile.deprecated,
  webpack.transile.config.js)
* clean up `package.json`:
  * remove unnecessary resolutions
  * remove `author`, `engines`
  * correctly specify `repository`

Refs STCON-167
Copy link

Jest Unit Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 9aece3f. ± Comparison against base commit 965ab31.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots
76.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

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