Skip to content

Commit 3ffe1eb

Browse files
committed
Add current directory prefix
1 parent 3671b8c commit 3ffe1eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ jobs:
200200
command: npm run lint
201201
- shellcheck/check:
202202
ignore-dirs: |
203-
.git/
204-
node_modules/
205-
dist/
203+
./.git
204+
./node_modules
205+
./dist
206206
207207
hardhat-core-default-solc:
208208
# Runs out of memory on 'medium'.

0 commit comments

Comments
 (0)