-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Altertype:check
command
#3248
Labels
Comments
petertonysmith94
added
chore
Issue is a chore
good first issue
Suitable for newcomers looking to contribute
labels
Oct 4, 2024
Can u assign me |
Hey @YashSherla we appreciate your interest in this, if you would like to begin working on it feel free to but we prefer to only assign issues to contributors after they have opened a PR. |
Rohit-Bhetal
added a commit
to Rohit-Bhetal/fuels-ts
that referenced
this issue
Nov 11, 2024
- Removed type:check from pretest, build, and postbuild scripts - Added type checking to lint command - Improves development speed by reducing redundant type checks Fixes FuelLabs#3248
4 tasks
Rohit-Bhetal
added a commit
to Rohit-Bhetal/fuels-ts
that referenced
this issue
Nov 11, 2024
…st, build, and postbuild scripts- Added type checking to lint command- Improves development speed by reducing redundant type checksFixes FuelLabs#3248
petertonysmith94
added a commit
that referenced
this issue
Nov 20, 2024
* refactor: move type:check to lint hook - Removed type:check from pretest, build, and postbuild scripts - Added type checking to lint command - Improves development speed by reducing redundant type checks Fixes #3248 * refactor: move type:check to lint hook- Removed type:check from pretest, build, and postbuild scripts- Added type checking to lint command- Improves development speed by reducing redundant type checksFixes #3248 * Add type:check to turbo tasks and update root package.json lint script * Add type:check to turbo tasks and update root package.json lint script * chore: add changeset for type checking updates * Update packages/create-fuels/package.json Co-authored-by: Peter Smith <[email protected]> * Update .changeset/polite-seas-taste.md Co-authored-by: Peter Smith <[email protected]> * Update packages/fuel-gauge/package.json Co-authored-by: Peter Smith <[email protected]> * Update packages/fuels/package.json Co-authored-by: Peter Smith <[email protected]> * Update internal/benchmarks/package.json Co-authored-by: Peter Smith <[email protected]> * Update package.json Co-authored-by: Peter Smith <[email protected]> * Update .changeset/polite-seas-taste.md Co-authored-by: Peter Smith <[email protected]> * Update apps/docs-snippets/package.json Co-authored-by: Peter Smith <[email protected]> --------- Co-authored-by: Chad Nehemiah <[email protected]> Co-authored-by: Peter Smith <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
type:check
in various hooks, which can slow down development, so we should move check to ourlint
hook.All hooks
pretest
build
postbuild
.The text was updated successfully, but these errors were encountered: