language: node_js node_js: - "10" deploy: provider: script script: npm install && npm run build on: branch: master