Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
adjust to CR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
balins committed May 29, 2024
1 parent b416be1 commit 85ea160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint": "eslint . --ext .ts,.tsx --fix",
"lint:check": "eslint . --ext .ts,.tsx",
"docs": "typedoc src",
"gen:proto": "sh codegen/protobuf.sh",
"gen:proto": "sh scripts/protobuf.sh",
"test": "vitest run tests/**",
"test:e2e": "NODE_OPTIONS=--dns-result-order=ipv4first playwright test",
"test:coverage": "vitest run tests/** --coverage",
Expand Down
File renamed without changes.

0 comments on commit 85ea160

Please sign in to comment.