Commit d2b1f2c9 authored by JC Brand's avatar JC Brand

Remove unnecesary before_install step

parent 463bc02d
dist: xenial dist: xenial
language: node_js language: node_js
cache: cache:
directories: directories:
- node_modules - node_modules
addons: addons:
chrome: stable chrome: unstable
node_js: node_js:
- "10" - "10"
before_install:
- npm install -g lerna
- rm -rf ./node_modules
- export LERNA=$(which lerna)
install: make stamp-npm install: make stamp-npm
before_script: make serve_bg before_script: make serve_bg
script: make check script: make check
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment