Skip to content

Commit 989c191

Browse files
authored
AYS-869 | Fix build warnings (#358)
1 parent 0c84a50 commit 989c191

File tree

2 files changed

+110
-53
lines changed

2 files changed

+110
-53
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "next start",
99
"format": "prettier --check './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
1010
"format:fix": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
11-
"prepare": "husky install",
11+
"prepare": "husky",
1212
"eslint": "npx eslint **/*.{ts,tsx} --max-warnings 0"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)