In our github workflows yml file, I see run: npm run build:ci replacing run: npm run build. What does the :ci part do differently?
CodePudding user response:
This is actually something we defined in our package.json. Disabling linking for CI purposes.

