diff options
author | zeripath | 2021-04-02 07:49:53 +0100 |
---|---|---|
committer | GitHub | 2021-04-02 14:49:53 +0800 |
commit | cc2d540092149166c9a0cef886b2e952ac9c75d7 (patch) | |
tree | 8ccf015d11a9566ac5dd543fdeba0b17c94a04da /.npmrc | |
parent | 54eae008d9e5f8e3d751c5f8975a86113850b487 (diff) |
Fix release expansion issue (#15251)
* Fix release expansion issue
Fix #14578
Signed-off-by: Andrew Thornton <art27@cantab.net>
* fix cache statement too
Signed-off-by: Andrew Thornton <art27@cantab.net>
* and update the npmrcs
Signed-off-by: Andrew Thornton <art27@cantab.net>
* as per @silverwind
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to '.npmrc')
-rw-r--r-- | .npmrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ audit=false fund=false package-lock=true save-exact=true +cache=.npm-cache |