We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5c133 commit 22ccabbCopy full SHA for 22ccabb
.travis.yml
@@ -9,7 +9,7 @@ cache:
9
10
install:
11
- yarn global add jq
12
- - yarn add $(jq -r '.peerDependencies|keys|join(" ")' package.json)
+ - yarn add $(jq -r '.peerDependencies|keys|join(" ")' package.json) -P
13
14
script:
15
- yarn transpile
0 commit comments