Skip to content

Commit ce5ebe1

Browse files
authored
refactor(husky): replaced older solution (#748)
original PR within internal repo: `/db-ui/db-ui-base/-/merge_requests/51`
1 parent 41cd3a2 commit ce5ebe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"build": "rimraf dist && npm-run-all css-deploy js-deploy pl:build:* --parallel copy-assets copy-scss-sources",
4545
"start": "npm-run-all --parallel pl:serve:enterprise css-watch js-watch",
4646
"stylelint-check": "stylelint-config-prettier-check",
47-
"prepare": "node -e \"try { require('husky').install() } catch (e) {}\""
47+
"prepare": "husky"
4848
},
4949
"validate-branch-name": {
5050
"pattern": "((dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",

0 commit comments

Comments
 (0)