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
- dependencies-
- run: yarn global add node-gyp && yarn install
- run: yarn run build
- save_cache:
paths:
- node_modules
Loading…
Cancel
Save