Skip to content

Commit e29a124

Browse files
authored
added linting implementation
1 parent 423f3e6 commit e29a124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ echo -e "\xE2\x9C\x94 moved to badging-bot directory"
100100
mv ../.env . && rm -rf ../.env
101101
echo -e "\xE2\x9C\x94 moved .env file to badging-bot directory"
102102

103-
npm ci
103+
npx -y husky-init && npm ci
104104

105105
npm run dev

0 commit comments

Comments
 (0)