Skip to content

Commit

Permalink
Remove the eth-sdk post install #146
Browse files Browse the repository at this point in the history
  • Loading branch information
vipergtsrz committed Sep 14, 2022
1 parent 6111799 commit 1c9d49f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"e2e:ci": "URL=$npm_config_url playwright test",
"vercel:deploy": "vercel --token $npm_config_token",
"vercel:deploy:production": "vercel --prod --token $npm_config_token",
"vercel:alias": "vercel alias set $npm_config_deployment $npm_config_branch --token $npm_config_token --scope $npm_config_scope",
"postinstall": "npx eth-sdk"
"vercel:alias": "vercel alias set $npm_config_deployment $npm_config_branch --token $npm_config_token --scope $npm_config_scope"
},
"dependencies": {
"@aurelia/i18n": "dev",
Expand Down Expand Up @@ -120,4 +119,4 @@
"resolutions": {
"terser": "npm:@swc/core"
}
}
}

0 comments on commit 1c9d49f

Please sign in to comment.