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