doc: add missing phase hooks
This commit is contained in:
@@ -651,7 +651,11 @@ It's important to use the `--offline` flag. For example if you script is `"build
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
yarn --offline build
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user