: Treating warnings as errors because process.env.CI = true. 2:33:06 PM: Most CI servers set it automatically. code example
Example: Treating warnings as errors because process.env.CI = true. github
- name: test
image: node
commands:
- unset CI
- npm install
- npm run tests