language: node_js node_js: "nodejs" install: npm i --save-dev script: - npm run test - npm run build - npm run build-install env: - NODE_ENV=production