1.0.2 • Published 3 years ago

@nullvoxpopuli/automated-ci-test-addon v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

This package is a test package for testing changes to ember-addon-automated-ci before actually making changes to the automated ci blueprint files.

This package was set up with the following steps:

  1. ember addon my-addon
  2. cd my-addon
  3. git remote add origin ... from here on out every change will have a commit and push
  4. ember-cli-update init -b ember-addon-automated-ci
  5. rename package to @nullvoxpopuli/automated-ci-test-addon
  6. run yarn and add lockfile
  7. ember install ember-cli-typescript
  8. last publish attempt had a lint failure, so swap out default lint configs for @nullvoxpopuli/eslint-configs, which is significantly more robust than the ember-cli addon defaults
  9. Disable docs/markdown linting