Browse Source

👷yarn build

main
Pierre 6 years ago
parent
commit
4121d6f69b
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -12,6 +12,7 @@ jobs:
# fallback to using the latest cache if no exact match is found # fallback to using the latest cache if no exact match is found
- dependencies- - dependencies-
- run: yarn global add node-gyp && yarn install - run: yarn global add node-gyp && yarn install
- run: yarn run build
- save_cache: - save_cache:
paths: paths:
- node_modules - node_modules
Loading…
Cancel
Save