Skip to content

Commit

Permalink
add postinstall script in package.json (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: CCongWang <[email protected]>
  • Loading branch information
CCongWang authored May 2, 2022
1 parent 544bb88 commit 269c28e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"cypress:release-ad-only": "yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/anomaly-detection-dashboards-plugin/*'",
"cypress:release-ism-only": "yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/index-management-dashboards-plugin/*'",
"lint": "eslint . --ext .js",
"pkg-version": "./scripts/getpkgversion.sh"
"pkg-version": "./scripts/getpkgversion.sh",
"postinstall": "husky install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 269c28e

Please sign in to comment.