Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. [tech-guide]$ yarn
  2. yarn install v1.17.3
  3. [1/4] 🔍 Resolving packages...
  4. [2/4] 🚚 Fetching packages...
  5. [3/4] 🔗 Linking dependencies...
  6. [4/4] 🔨 Building fresh packages...
  7. ✨ Done in 0.95s.
  8.  
  9. [tech-guide]$ yarn autogen
  10. yarn run v1.17.3
  11. $ node autogen.js
  12. ✨ Done in 0.55s.
  13.  
  14. [tech-guide]$ git diff
  15. diff --git a/doc/autogen/comply-engineers.md b/doc/autogen/comply-engineers.md
  16. index 1593b44..6827031 100644
  17. --- a/doc/autogen/comply-engineers.md
  18. +++ b/doc/autogen/comply-engineers.md
  19. @@ -1,9 +1,9 @@
  20. # comply engineers
  21.  
  22. -- [Bootstrap a new COS customer](../../doc/business-operations/GC-COS-migration/bootstrap-cos-customer.md)
  23. -- [Enable training in Gridiron Classic](../../doc/business-operations/GC-COS-migration/enable-training-gridiron-classic.md)
  24. -- [Ignore Edits](../../doc/business-operations/GC-COS-migration/ignore-edits.md)
  25. -- [Impersonate Organization](../../doc/business-operations/GC-COS-migration/impersonate-org.md)
  26. -- [Transfer Edits during COS Migration](../../doc/business-operations/GC-COS-migration/keep-edits.md)
  27. -- [Replace an existing Procedures-flavored program with a Tasks-flavored program](../../doc/business-operations/GC-COS-migration/replace-procedures-program-with-tasks.md)
  28. -- [Replace current program with shadow program](../../doc/business-operations/GC-COS-migration/replace-program-with-shadow.md)
  29. +* [Bootstrap a new COS customer](../../doc/business-operations/GC-COS-migration/bootstrap-cos-customer.md)
  30. +* [Enable training in Gridiron Classic](../../doc/business-operations/GC-COS-migration/enable-training-gridiron-classic.md)
  31. +* [Ignore Edits](../../doc/business-operations/GC-COS-migration/ignore-edits.md)
  32. +* [Impersonate Organization](../../doc/business-operations/GC-COS-migration/impersonate-org.md)
  33. +* [Transfer Edits during COS Migration](../../doc/business-operations/GC-COS-migration/keep-edits.md)
  34. +* [Replace an existing Procedures-flavored program with a Tasks-flavored program](../../doc/business-operations/GC-COS-migration/replace-procedures-program-with-tasks.md)
  35. +* [Replace current program with shadow program](../../doc/business-operations/GC-COS-migration/replace-program-with-shadow.md)
  36.  
  37. [tech-guide]$ yarn format
  38. yarn run v1.17.3
  39. $ prettier --write '**/*.md'
  40. ((OUTPUT TRUNCATED))
  41.  
  42. [tech-guide]$ git diff
  43. [tech-guide]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement