Browse Source

💚 yarn serve

main
Pierre 6 years ago
parent
commit
a047f24796
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -12,8 +12,8 @@ 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
- run: yarn serve - run: yarn serve
- run: yarn run build
- run: yarn run test - run: yarn run test
- save_cache: - save_cache:
paths: paths:

Loading…
Cancel
Save