Browse Source

Update config.yml

pull/8/head
LecomteAdrien 6 years ago
parent
commit
c94abd4dd7
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -5,6 +5,7 @@ jobs:
- image: cimg/node:14.10.1 # the primary container, where your job's commands are run - image: cimg/node:14.10.1 # the primary container, where your job's commands are run
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- run: echo "hello world"
- run: yarn global add node-gyp && yarn install - run: yarn global add node-gyp && yarn install
- restore_cache: - restore_cache:
key: yarn-packages-{{ checksum "yarn.lock" }} key: yarn-packages-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save