Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
remove husky prep script (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert-deriv authored Jan 20, 2023
1 parent 7a6c4bc commit 5af3bdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"e2e": "cypress open",
"prepare": "husky install"
"e2e": "cypress open"
},
"dependencies": {
"@cypress/code-coverage": "^3.10.0",
Expand Down

1 comment on commit 5af3bdf

@vercel
Copy link

@vercel vercel bot commented on 5af3bdf Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-developers-portal – ./

deriv-developers-portal.binary.sx
deriv-developers-portal-git-master.binary.sx

Please sign in to comment.