mirror of
https://github.com/actions/setup-java.git
synced 2025-07-01 13:24:16 +00:00
Fix.
This commit is contained in:
parent
596a6da241
commit
c1a589c5b6
7078 changed files with 1882834 additions and 319 deletions
32
node_modules/opencollective-postinstall/README.md
generated
vendored
Normal file
32
node_modules/opencollective-postinstall/README.md
generated
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Open Collective postinstall
|
||||
|
||||
Lightweight npm postinstall message to invite people to donate to your collective
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
npm install --save opencollective-postinstall
|
||||
```
|
||||
|
||||
And in your `package.json` add:
|
||||
|
||||
```json
|
||||
{
|
||||
...
|
||||
"scripts": {
|
||||
"postinstall": "opencollective-postinstall"
|
||||
},
|
||||
"collective": {
|
||||
"url": "https://opencollective.com/webpack"
|
||||
}
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
## Disabling this message
|
||||
|
||||
In some places (e.g. CI) you may want to disable this output. You can do this by setting the environment variable `DISABLE_OPENCOLLECTIVE=true`.
|
||||
|
||||
It will not be shown if npm's log level is set to silent (`--silent`), warn (`--quiet`), or error (`--loglevel error`).
|
||||
|
||||
Note: This is a lightweight alternative to the [opencollective-cli](https://github.com/opencollective/opencollective-cli) that offers a more complete postinstall message with the current balance and ASCII logo of the collective.
|
Loading…
Add table
Add a link
Reference in a new issue