Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 782655c

Browse files
committed
fix yarn install
1 parent b2327fa commit 782655c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_js:
77
- 8
88
install:
99
- yarn install
10-
- yarn install react prop-types
10+
- yarn add react prop-types
1111
script:
1212
# - npm run lint
1313
- yarn test

0 commit comments

Comments
 (0)