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