Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"packages/*"
],
"scripts": {
"compact": "turbo run compact --filter=@openzeppelin-compact/contracts --log-prefix=none",
"compact": "turbo run compact --filter=@openzeppelin/compact-contracts --log-prefix=none",
"build": "turbo run build --log-prefix=none",
"test": "turbo run test --filter=@openzeppelin-compact/contracts --log-prefix=none",
"test": "turbo run test --filter=@openzeppelin/compact-contracts --log-prefix=none",
"fmt-and-lint": "biome check . --changed",
"fmt-and-lint:fix": "biome check . --changed --write",
"fmt-and-lint:ci": "biome ci . --changed --no-errors-on-unmatched",
Expand Down
Loading