mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-17 02:15:01 +01:00
never use a submodule ever again
This commit is contained in:
parent
830045ee2f
commit
bf24af3431
77 changed files with 12557 additions and 1 deletions
1
blog/themes/terminal/.husky/.gitignore
vendored
Normal file
1
blog/themes/terminal/.husky/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
_
|
||||
4
blog/themes/terminal/.husky/pre-push
Executable file
4
blog/themes/terminal/.husky/pre-push
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn build && git add . && git commit --amend --no-edit
|
||||
Loading…
Add table
Add a link
Reference in a new issue