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
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "pnpm f:ock test",
"build": "pnpm -r run build",
"clean:node_modules": "rm -rf node_modules packages/*/node_modules",
"f:ock": "pnpm --filter @coinbase/onchainkit",
Expand All @@ -13,7 +13,11 @@
"f:minikit-example": "pnpm --filter minikit-example",
"changeset": "changeset",
"release:check": "changeset status --verbose --since=origin/main",
"release:publish": "changeset publish"
"release:publish": "changeset publish",
"lint": "pnpm f:ock lint",
"lint:fix": "pnpm f:ock lint:fix",
"typecheck": "pnpm f:ock typecheck",
"validate": "pnpm lint && pnpm typecheck && pnpm test"
},
"keywords": [],
"author": "",
Expand Down