Skip to content

Commit

Permalink
chore(cip-16941): rtk example
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore committed Jul 14, 2023
1 parent 1a603cf commit 1f1f8db
Show file tree
Hide file tree
Showing 18 changed files with 156 additions and 1,401 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# #!/bin/sh
# . "$(dirname "$0")/_/husky.sh"

# npx --no -- commitlint --edit ${1}
6 changes: 6 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

cd ./ui/cip-1694/
echo 'asd1'
npx lint-staged
Loading

0 comments on commit 1f1f8db

Please sign in to comment.