move to the root directory
parent
95e9d6c32e
commit
1f49fcfe0e
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
.pls_cache/
|
||||
.perl-version
|
||||
pnpm-lock.yaml
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -8,6 +8,11 @@ vars:
|
|||
tasks:
|
||||
"precommit:init": pre-commit install -t pre-merge-commit -t pre-push
|
||||
|
||||
|
||||
lint:fix:
|
||||
cmds:
|
||||
- npx prettier --write {{.CLI_ARGS | default "." }}
|
||||
|
||||
default:
|
||||
cmds:
|
||||
- echo "{{.GREETING}}"
|
Loading…
Reference in New Issue