We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80f5fa commit 1b82376Copy full SHA for 1b82376
1 file changed
circle.yml
@@ -20,8 +20,7 @@ dependencies:
20
# install dependencies
21
- ./scripts/bootstrap-env-ubuntu.sh
22
23
- # https://github.com/yarnpkg/yarn/issues/1142, /usr/bin/node is not available in ubuntu
24
- - node $(which yarn) install
+ - yarn install
25
26
# setup ghr
27
- >
0 commit comments