Browse Source

💚 node_module isnt found

main
Francois Lannoy 6 years ago
parent
commit
72e8835645
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -56,6 +56,7 @@ jobs:
- restore_cache:
keys:
- dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }}
- run: npm install
- run: npm run build
- run:
name: Copy build to workspace

Loading…
Cancel
Save