Skip to content

Commit

Permalink
exclude premint test from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Oct 30, 2023
1 parent 48f9f94 commit e2fa64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/premint-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"build": "tsup",
"prepack": "yarn build",
"test": "vitest src",
"test:js": "vitest src",
"generate-types": "npx openapi-typescript https://api.zora.co/premint/openapi.json -o src/generated/premint-api-types.ts && npx openapi-typescript https://api.zora.co/discover/openapi.json -o src/generated/discover-api-types.ts",
"anvil": "source .env.anvil && anvil --fork-url $FORK_RPC_URL --fork-block-number $FORK_BLOCK_NUMBER --chain-id 31337"
},
Expand Down

0 comments on commit e2fa64d

Please sign in to comment.