Skip to content

Commit 9dbda1f

Browse files
authored
Update config.yml
1 parent 4fb3867 commit 9dbda1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- node/with-cache:
1111
steps:
1212
- run: npm install
13-
- run: npm lint
13+
- run: npm run lint
1414
workflows:
1515
build-and-test:
1616
jobs:
17-
- build-and-test
17+
- build-and-test

0 commit comments

Comments
 (0)