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: CHANGELOG.md
+3-22Lines changed: 3 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## 0.7.0-dev.1
1
+
## 0.7.0-dev.4
2
2
3
3
### BREAKING CHANGES
4
4
@@ -39,6 +39,7 @@
39
39
clear: $c
40
40
delete: $clear
41
41
```
42
+
42
43
This is just a simple proxy example, but you can also use it in `$before` and `$after` hooks to chain multiple scripts together.
43
44
44
45
- ⚠️ The `before-` and `after-` hooks has been removed. Instead use the `$before` and `$after` keys. This will help keep hook scripts grouped in a project with multiple scripts defined.
@@ -51,27 +52,7 @@
51
52
$after: echo "after"
52
53
```
53
54
54
-
Execute as always.
55
-
56
-
```
57
-
user@MacBook-Pro Desktop % rps hooks
58
-
> hooks $before
59
-
$ echo "before"
60
-
61
-
before
62
-
63
-
> hooks
64
-
$ echo "script"
65
-
66
-
script
67
-
68
-
> hooks $after
69
-
$ echo "after"
70
-
71
-
after
72
-
73
-
user@MacBook-Pro Desktop %
74
-
```
55
+
Execute by calling the `rps hooks`.
75
56
76
57
It is also possible to link multiple scripts together!
0 commit comments