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
- dependencies-
- run: yarn global add node-gyp && yarn install
- run: yarn run build
- run: yarn serve
- run: yarn run build
- run: yarn run test
- save_cache:
paths:

Loading…
Cancel
Save