Skip to content

Commit 3ffe8e2

Browse files
committed
husky v7 and prepare script
1 parent dd0c2ea commit 3ffe8e2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"private::test.integration-dash-import": "cd tests/integration/dash && python dash_import_test.py",
2626
"format": "run-s private::format.*",
2727
"initialize": "run-s private::initialize.*",
28+
"prepare": "husky install",
2829
"lint": "run-s private::lint.*",
2930
"setup-tests.py": "run-s private::test.py.deploy-*",
3031
"setup-tests.R": "run-s private::test.R.deploy-*",
@@ -33,7 +34,7 @@
3334
"test": "pytest && cd dash/dash-renderer && npm run test"
3435
},
3536
"devDependencies": {
36-
"husky": "6.0.0"
37+
"husky": "7.0.0"
3738
},
3839
"dependencies": {
3940
"npm-run-all": "4.1.5"

0 commit comments

Comments
 (0)