-
Notifications
You must be signed in to change notification settings - Fork 65
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
Merged
Ansonhkg
merged 55 commits into
feature/lit-2591-js-sdk-remove-all-redundantunused-build-processes-and-fix-merge-conflicts
from
feature/lit-2591-js-sdk-remove-all-redundantunused-build-processes-and
Jun 5, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- replace `test:unit` to use nx command - remove `test:packages` command
…ename to `unit-test-with-bun.mjs`
…ry is removed, so no longer need a custom script to ignore it
``` 24 import { publicKeyConvert } from 'secp256k1'; ```
joshLong145
reviewed
Jun 2, 2024
…ntunused-build-processes-and
…ntunused-build-processes-and
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
merged commit Jun 5, 2024
a34ddd1
into
feature/lit-2591-js-sdk-remove-all-redundantunused-build-processes-and-fix-merge-conflicts
4 checks passed
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Remove all redundant/unused build processes and files.
before: 🫃
after: 😮💨
🚀 Features
--fetch
flag toupdate:contracts-sdk
command🐛 Bug Fixes
build:dev
🚜 Refactor
test:watch
totest:unit:watch
test:bun
withtest:unit:bun
and rename filename tounit-test-with-bun.mjs
publish:app:html
command andbuild-html.mjs
scriptbuildAndPublish
commandbbp
commandtest:custom
command & scriptgen:demo
command & scriptgen:html
command & related scriptsgen:react
and scriptscypress
completelygen:nodejs
command & scriptslit-contracts
dirgen:contracts
commandupdate:contracts
commanddelete:${?}
commands & scriptendisable-cache
script & commandsdev
&yalc
commands & scriptsv
to run script directlynpm:login
commandb
commandtxServer
command & scriptsapps
commands & scriptsgen:config
commandtest_build.sh
scriptbun-link.sh
scriptdev
file--watch
commandbump
commandsapps
directory in favour of developer guide repo: https://github.com/LIT-Protocol/developer-guides-code/📚 Documentation
consolelog-test
⚙️ Miscellaneous Tasks
gen:lib
commandcypress.config.ts
filecloneFunc
functionbabel.config.json
fileType of change
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
Checklist: