Skip to content

Commit 0048794

Browse files
committed
fix: production builds should fail when lint errors are reported
1 parent c3cc0a8 commit 0048794

File tree

5 files changed

+1391
-800
lines changed

5 files changed

+1391
-800
lines changed

DEVELOPING_TUTORIALS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,10 @@ const MIGRATIONS = [
654654
655655
That's it! Next time you run ProtoSchool the tutorial should be renamed and users will still have access to the status of their lesson progress. If a user tries to access the old URL for your tutorial or one of its lessons, they'll be redirected to the tutorial landing page at its new URL.
656656
657+
### Pull Request submission
658+
659+
Before submitting your pull request with the new content, please make sure to run `npm run lint` as it will be rejected if there are any linting errors reported.
660+
657661
## License
658662
659663
ProtoSchool is licensed under the Apache-2.0 and MIT licenses. See [LICENSE.md](https://github.com/protoschool/protoschool.github.io/blob/master/LICENSE.md) for further detail.

0 commit comments

Comments
 (0)