Skip to content
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

Merged
merged 15 commits into from
Mar 27, 2018

Conversation

nicholasrice
Copy link
Contributor

@nicholasrice nicholasrice commented Mar 24, 2018

closes #133

chrisdholt
chrisdholt previously approved these changes Mar 24, 2018
Copy link
Collaborator

@awentzel awentzel left a 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.

@nicholasrice nicholasrice force-pushed the users/nirice/add-webpack-builds-to-build-gate branch from 614b2d4 to 418b8ed Compare March 26, 2018 21:08
Copy link
Collaborator

@awentzel awentzel left a 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)
Copy link
Collaborator

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:
Copy link
Collaborator

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.

awentzel
awentzel previously approved these changes Mar 26, 2018
chrisdholt
chrisdholt previously approved these changes Mar 27, 2018
CONTRIBUTING.md Outdated
```shell
git clone https://github.com/Microsoft/fast-dna.git
cd fast-dna
Copy link
Collaborator

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

@nicholasrice nicholasrice dismissed stale reviews from chrisdholt and awentzel via 9130d96 March 27, 2018 01:42
@nicholasrice nicholasrice force-pushed the users/nirice/add-webpack-builds-to-build-gate branch from cd57047 to 9130d96 Compare March 27, 2018 01:42
@chrisdholt chrisdholt merged commit e74f953 into master Mar 27, 2018
@nicholasrice nicholasrice deleted the users/nirice/add-webpack-builds-to-build-gate branch August 30, 2018 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tslint and webpack should run in build gate
4 participants