Skip to content

Commit c6a0bb9

Browse files
committed
fix: reverted the pre-commit
1 parent 99ff50e commit c6a0bb9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.husky/pre-commit

Lines changed: 0 additions & 8 deletions
This file was deleted.

.husky/pre-push

Lines changed: 0 additions & 5 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- id: danger
2+
name: danger
3+
description: formalize your team etiquette
4+
language: node
5+
stages:
6+
- pre-commit
7+
entry: danger local
8+
args:
9+
- --base=main
10+
- --dangerfile=dangerfile.local.js
11+
- --staging
12+
pass_filenames: false
13+
always_run: true

0 commit comments

Comments
 (0)