Browse Source

❤️ yarn global add serve

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

2
.circleci/config.yml

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

Loading…
Cancel
Save