language: node_js node_js: - '8' cache: directories: - node_modules install: - npm install script: - npm run build-css - npm run build