Skip to content

Commit 7a1c316

Browse files
committed
Updates README.md
Auto commit by GitBook Editor
1 parent 861de3e commit 7a1c316

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ _Email any factual inaccuracies to [atanas.angelov.dev@gmail.com](mailto:atanas.
6464
- [Browsersync](https://www.browsersync.io/) for synchronized browser development.
6565
- Autoloading for all classes in the `App\` namespace.
6666
- Automatic, fool-proof style and script cache breaker.
67+
- Script and style linting.
6768
- Optional CSS packages:
6869
- Boostrap 4
6970
- Bulma

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ _Email any factual inaccuracies to [atanas.angelov.dev@gmail.com](mailto:atanas.
6262
- [Browsersync](https://www.browsersync.io/) for synchronized browser development.
6363
- Autoloading for all classes in the `App\` namespace.
6464
- Automatic, fool-proof style and script cache breaker.
65+
- Script and style linting.
6566
- Optional CSS packages:
6667
- Boostrap 4
6768
- Bulma

docs/SUMMARY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* [WP Emerge Theme](README.md)
66
* [Quickstart](quickstart.md)
77

8+
## Yarn Scripts
9+
10+
* [Overview](yarn-scripts/overview.md)
11+
812
## Assets
913

1014
* [Overview](asset-pipeline/overview.md)

docs/yarn-scripts/overview.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Yarn Scripts
2+
3+
## `yarn dev`
4+
5+
Run the build process in development mode and enable Browsersync.
6+
7+
## `yarn build`
8+
9+
Run the build process in production mode with all optimizations enabled.
10+
11+
## `yarn lint`
12+
13+
Run the scripts and styles linters (`eslint` and `stylelint` respectively), reporting any lint rule violations.
14+
15+
## `yarn lint-fix`
16+
17+
Run the scripts and styles linters (`eslint` and `stylelint` respectively), fixing any fixable lint rule violations.

0 commit comments

Comments
 (0)