carbon-tutorial-angular
carbon-tutorial-angular copied to clipboard
Miss Configured CircleCI Pipeline
When you fork the repository the .yml config file has a command npm run test:once.
This command is not any which Angular brought by default when you scaffold a project with the CLI... the approved PRs on the step 1 has not the circleCI pipeline, that's why these are approved.
Were you able to resolve this?
@weirdyang I wasn't - but I discovered a workaround which is just manually adding the command to the package.json
@weirdyang I wasn't - but I discovered a workaround which is just manually adding the command to the
package.json
Thanks, will do the same