diff --git a/.circleci/config.yml b/.circleci/config.yml index ff07048..0cdb277 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,4 +11,4 @@ jobs: name: The First Step command: | echo 'Hello World!' - echo 'This is the delivery pipeline' \ No newline at end of file + yarn global add node-gyp && yarn install \ No newline at end of file