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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ node_module(
114
114
| --- | --- | --- | --- |
115
115
| optional |`label`|`package_json`| A `package.json` file containing the dependencies that should be installed. |
116
116
| optional |`string_dict`|`deps`| A mapping of `name` --> `version` for the dependencies that should be installed. |
117
+
| optional |`string_list`|`post_install`| A list of command-line arguments that should be invoked after the `yarn install` step. See [#55](https://github.com/pubref/rules_node/issues/55). |
117
118
118
119
> Either `package_json` or `deps` must be present, but not both.
0 commit comments