File tree Expand file tree Collapse file tree 4 files changed +23
-0
lines changed
Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments