Skip to content

Commit 040952a

Browse files
committed
Add current directory prefix
1 parent 3671b8c commit 040952a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
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)