Browse Source

yarn install

pull/1/merge
Galimede 6 years ago
parent
commit
07ebc772e0
  1. 12
      .circleci/config.yml

12
.circleci/config.yml

@ -1,8 +1,8 @@
version: 2.1
jobs:
build:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- run: echo "hello world"
build:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- run: yarn global add node-gyp && yarn install
Loading…
Cancel
Save