-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ensure app build and tslint processes run prior in the build gate #132
fix: ensure app build and tslint processes run prior in the build gate #132
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks extensive, i'd like to understand more about these changes and the best starting point for me would be to see these changes represented in documentation updates as well.
614b2d4
to
418b8ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple more nits then it's good.
CONTRIBUTING.md
Outdated
@@ -168,7 +168,7 @@ Projects including intellectual property are only available for contributions by | |||
For support: | |||
+ Submit [for help](https://stackoverflow.com/questions/tagged/fluent-web) | |||
+ Submit [feature requests](https://fluentweb.visualstudio.com/Fluent%20Web/_workitems?_a=new&witd=Feature) | |||
+ Submit [a bug](https://fluentweb.visualstudio.com/Fluent%20Web/_workitems/create/Bug) | |||
+ Submit [a bug](https://fluentweb.visualstudio.com/Fluent%20Web/_workitems/create/BuGg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like a typo at the end of this sentence. Please revert this line from editing.
CONTRIBUTING.md
Outdated
``` | ||
|
||
Each package in fast-dna has its own unique requirements and commands, but the following commands are relatively standard across all packages: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would capitalize FAST-DNA since it's an acronym.
CONTRIBUTING.md
Outdated
```shell | ||
git clone https://github.com/Microsoft/fast-dna.git | ||
cd fast-dna |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still need to npm i for the root level packages
cd57047
to
9130d96
Compare
closes #133