Skip to content

Commit e3c8ab1

Browse files
committed
Fixed npm scripts.
1 parent efd8ac3 commit e3c8ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- checkout
1515
- run: npm install
1616
- run: npm test
17-
- run: npm coveralls
17+
- run: npm run coveralls
1818

1919
node12:
2020
working_directory: ~/react-hooks-shared-state

0 commit comments

Comments
 (0)