Skip to content

Commit

Permalink
add Lint Staged
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmihalevich committed Sep 23, 2023
1 parent 84eedd4 commit 4009037
Show file tree
Hide file tree
Showing 3 changed files with 620 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run build:prod
npm run lint:ts
npm run lint:scss
npm run prettier
npm run test:unit
npm run storybook:build
npx lint-staged

#npm run build:prod
#npm run lint:ts
#npm run lint:scss
#npm run prettier
#npm run test:unit
#npm run storybook:build
Loading

0 comments on commit 4009037

Please sign in to comment.