Archived
1
0

Hide bundled node_modules to prevent them from being ignored

This commit is contained in:
Anmol Sethi
2020-05-13 04:17:34 -04:00
parent d30f3dbdf7
commit b3ae4d67d3
5 changed files with 44 additions and 10 deletions

View File

@ -90,6 +90,9 @@ You can disable minification by setting `MINIFY=`.
- Downloads the release-package artifacts for the current commit from CI
- Uses [hub](https://github.com/github/hub) to upload the artifacts to the release
specified in `package.json`
- [./build/npm-postinstall.sh](./build/npm-postinstall.sh)
- Post install script for the npm package
- Bundled by`yarn release`
## release-container