language: node_js node_js: - "stable" script: - "npm run tslint-check" - "npm run prettier" - "npm run lint" - "npm run transpile"