Skip to content

Commit 8c9f6d7

Browse files
ci() fix scripts (wip)
1 parent 8d58d70 commit 8c9f6d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- checkout
2929
- run:
3030
name: Test
31-
command: npm test
31+
command: npm run test
3232
lint:
3333
docker:
3434
- image: circleci/node:12
3535
steps:
3636
- checkout
3737
- run:
3838
name: Lint
39-
command: npm lint
39+
command: npm run lint
4040
workflows:
4141
version: 2
4242
build-and-test:

0 commit comments

Comments
 (0)