chore: first commit 🎉
This commit is contained in:
commit
9c5f9ebf23
28 changed files with 6264 additions and 0 deletions
9
bin/prepare
Executable file
9
bin/prepare
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
set -eu
|
||||
|
||||
CI="${CI:-false}"
|
||||
|
||||
if [ "$CI" != "true" ]; then
|
||||
pnpm husky install
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue