Stop angular cli asking for collecting analytics when I use ng build

前端 未结 7 1397
青春惊慌失措
青春惊慌失措 2020-12-29 21:05

Angluar CLI is asking the following question when I am trying to build and deploy my project using gitlab CI/CD:

相关标签:
7条回答
  • 2020-12-29 21:39

    Script circle CI to disable it, if the analytics prompt blocking the CI

     - run:
          name: 'Set env'
          command: echo 'export NG_CLI_ANALYTICS=ci' >> $BASH_ENV
    
    0 讨论(0)
提交回复
热议问题