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