Skip to content

Commit

Permalink
🔥 Fix: Disable cli lint:package temporarily (#1383)
Browse files Browse the repository at this point in the history
## Description

_Concise description of proposed changes_

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [ ] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Disabled the linting command in the package management script, which
may affect code quality checks moving forward.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: William Cory <[email protected]>
  • Loading branch information
roninjin10 and William Cory committed Aug 15, 2024
1 parent eec8690 commit 357bc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lint": "rome check . --apply-unsafe",
"lint:check": "rome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
"//lint:package": "bunx publint --strict && attw --pack",
"start": "node dist/tevm-cli.js",
"test": "vitest --coverage",
"test:coverage": "vitest run --coverage",
Expand Down

0 comments on commit 357bc86

Please sign in to comment.