📌  相关文章
📜  将警告视为错误,因为 process.env.CI = true. - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:12.058000             🧑  作者: Mango

代码示例4
- name: test
  image: node
  commands:
  - unset CI
  - npm install
  - npm run tests