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

refactor: cleans up scripts folder #557

Merged
merged 4 commits into from
Dec 18, 2024
Merged

refactor: cleans up scripts folder #557

merged 4 commits into from
Dec 18, 2024

Conversation

douglance
Copy link
Contributor

@douglance douglance commented Dec 17, 2024

  • removes unused files
  • migrates genABI to typescript
  • moves testSetup to /tests folder

@cla-bot cla-bot bot added the cla-signed label Dec 17, 2024
console.log('Removing previously generated ABIs.\n')
rmSync('./src/lib/abi/', { recursive: true })
}
console.log('Removing previously generated ABIs.\n')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

force: true doesn't need to check if it exists.

@@ -56,7 +56,7 @@ jobs:
- name: Lint sdk
run: |
yarn gen:abi
yarn build --reporter-options output=$TEST_PATH/sdk.xml
yarn build
Copy link
Contributor Author

@douglance douglance Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this wasn't actually doing anything as far as I can tell. we don't need it.

it also fails using the inline commands, rather than the build script which was perhaps needed in the past but is unnecessary indirection now.

@douglance douglance requested a review from spsjvc December 18, 2024 17:39
@spsjvc spsjvc merged commit 48cecb6 into main Dec 18, 2024
21 checks passed
@spsjvc spsjvc deleted the dl/monoscripts branch December 18, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants