We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21904b0 commit 72fc2a2Copy full SHA for 72fc2a2
typescript/package.json
@@ -19,11 +19,6 @@
19
"test:integration": "vitest integration --run",
20
"test:watch": "vitest",
21
"test:integration:watch": "vitest integration",
22
- "change:add": "changeset add",
23
- "change:publish": "pnpm build:prod && changeset publish --no-git-tag",
24
- "change:version": "changeset version && pnpm lint:fix",
25
- "ci:publish": "pnpm build:prod && pnpm publish -r --access=public",
26
- "prepublishOnly": "pnpm build:prod"
27
},
28
"dependencies": {
29
"ethers": "6.13.5"
0 commit comments