You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,23 @@ npm run test
30
30
npm run lint
31
31
```
32
32
33
+
#### Deploy project
34
+
35
+
```
36
+
npm run deploy
37
+
```
38
+
33
39
## Tools
34
40
35
41
### Builders
36
42
37
-
Builders allows you to develop [Angular Builders](https://angular.io/guide/cli-builder) with a streamlined interface. It aims to make the process of developing builders easier and
43
+
Builders allows you to develop [Angular Builders](https://angular.io/guide/cli-builder) with a streamlined interface. It aims to make the process of developing builders easier.
38
44
39
45
#### What it does
40
46
41
-
*Simplyfies the process for developing Angular builders
47
+
*Simplifies the process for developing Angular builders
42
48
* Allows you to pipe multiple builders in a single sequence
43
-
* Minimizes your consoel logs (only logs what's important)
49
+
* Minimizes your console logs (only logs what's important)
0 commit comments