We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ed450 commit 606222eCopy full SHA for 606222e
.github/workflows/node.yml
@@ -5,14 +5,14 @@ on:
5
paths:
6
- ".github/workflows/node.yml"
7
- "src/**"
8
- - "tests/**"
+ - "e2e/**"
9
- "package.json"
10
- "pnpm-lock.yaml"
11
pull_request:
12
13
14
15
16
17
18
workflow_dispatch:
knip.json
@@ -1,4 +1,4 @@
1
{
2
- "ignore": ["tests/**"],
+ "ignore": ["e2e/**"],
3
"ignoreDependencies": ["@types/gulp"]
4
}
0 commit comments