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
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: flow.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ task('deploy', [
20
20
]);
21
21
~~~
22
22
23
-
Framework recipes may differ in flow, but the basic structure is the same. You can create your own flow by overriding the `deploy` task, buta better solution is to use the cache.
23
+
Framework recipes may differ in flow, but the basic structure is the same. You can create your own flow by overriding the `deploy` task, but a better solution is to use the cache.
24
24
For example, if you want to run some task before you symlink the new release:
0 commit comments