language: node_js node_js: - "node" dist: trusty cache: npm: true directories: - node_modules install: - npm install script: - npm run dist:prod