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

Feature/lit 2591 js sdk remove all redundantunused build processes and #485

Conversation

Ansonhkg
Copy link
Collaborator

@Ansonhkg Ansonhkg commented May 31, 2024

Description

Remove all redundant/unused build processes and files.

before: 🫃
after: 😮‍💨

🚀 Features

  • (gen:internal-dev) Improve script to avoid linting issue
  • (tool) Add warning message to --fetch flag to update:contracts-sdk command

🐛 Bug Fixes

  • (build) Linting when build:dev

🚜 Refactor

  • (tool) Rename test:watch to test:unit:watch
  • (tool) Rename test:bun with test:unit:bun and rename filename to unit-test-with-bun.mjs
  • (tool) Remove publish:app:html command and build-html.mjs script
  • (tool) Remove buildAndPublish command
  • (tool) Remove bbp command
  • (tool) Remove test:custom command & script
  • (tool) Remove gen:demo command & script
  • (tool) Remove gen:html command & related scripts
  • (tool) Remove gen:react and scripts
  • (tool) Remove outdated browser e2e tests & scripts
  • (tool) Remove cypress completely
  • (tool) Remove gen:nodejs command & scripts
  • Remove lit-contracts dir
  • (tool) Remove gen:contracts command
  • (tool) Remove unused update:contracts command
  • (tool) Remove delete:${?} commands & script
  • (tool) Remove endisable-cache script & commands
  • (tool) Remove dev & yalc commands & scripts
  • (tool) Update command v to run script directly
  • (tool) Remove npm:login command
  • (tool) Remove b command
  • (tool) Remove txServer command & scripts
  • (tool) Remove apps commands & scripts
  • (tool) Remove gen:config command
  • (tool) Remove test_build.sh script
  • (tool) Remove bun-link.sh script
  • (tool) Remove dev file
  • (tool) Remove unused --watch command
  • (tool) Remove bump commands
  • (package.json) Remove unused devDependencies
  • (tool) Remove apps directory in favour of developer guide repo: https://github.com/LIT-Protocol/developer-guides-code/

📚 Documentation

  • Remove unused consolelog-test

⚙️ Miscellaneous Tasks

  • (build) Remove outdated gen:lib command
  • Remove unused cypress.config.ts file
  • (tool) Remove unused cloneFunc function
  • Remove unused babel.config.json file

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

- replace `test:unit` to use nx command
- remove `test:packages` command
@Ansonhkg Ansonhkg marked this pull request as ready for review May 31, 2024 13:04
package.json Show resolved Hide resolved
package.json Show resolved Hide resolved
Base automatically changed from staging/v6 to master June 3, 2024 16:44
@Ansonhkg Ansonhkg changed the base branch from master to staging/v6 June 3, 2024 16:48
@Ansonhkg Ansonhkg changed the base branch from staging/v6 to master June 3, 2024 16:48
@Ansonhkg Ansonhkg changed the base branch from master to feature/lit-2591-js-sdk-remove-all-redundantunused-build-processes-and-fix-merge-conflicts June 5, 2024 13:03
…d-processes-and-fix-merge-conflicts' into feature/lit-2591-js-sdk-remove-all-redundantunused-build-processes-and
@Ansonhkg Ansonhkg merged commit a34ddd1 into feature/lit-2591-js-sdk-remove-all-redundantunused-build-processes-and-fix-merge-conflicts Jun 5, 2024
4 checks passed
@Ansonhkg Ansonhkg deleted the feature/lit-2591-js-sdk-remove-all-redundantunused-build-processes-and branch June 5, 2024 13:09
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.

2 participants