dev
npm script (#36837)
Previously, the `dev` npm script in `aio/aio-builds-setup/scripts-js/` (the PR preview server implementation) would run both linting and unit tests. This was slow and delayed the feedback loop on each change. Since the `dev` script should be run during development and give feedback as fast as possible, this commit removes the linting from the `dev` script and only keeps the unit tests. Linting is still run in the `test` npm script (which is more comprehensive). Also, in most cases the developer's IDE will show linting errors in real time in the editor. PR Close #36837
Angular
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%