diff options
author | zeripath <art27@cantab.net> | 2021-04-02 08:49:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 08:49:53 +0200 |
commit | cc2d540092149166c9a0cef886b2e952ac9c75d7 (patch) | |
tree | 8ccf015d11a9566ac5dd543fdeba0b17c94a04da /web_src/fomantic | |
parent | [skip ci] Updated translations via Crowdin (diff) | |
download | forgejo-cc2d540092149166c9a0cef886b2e952ac9c75d7.tar.xz forgejo-cc2d540092149166c9a0cef886b2e952ac9c75d7.zip |
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 'web_src/fomantic')
-rw-r--r-- | web_src/fomantic/.npmrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/fomantic/.npmrc b/web_src/fomantic/.npmrc index cc243d01b6..5f8054bbb0 100644 --- a/web_src/fomantic/.npmrc +++ b/web_src/fomantic/.npmrc @@ -1,2 +1,3 @@ optional=false package-lock=false +cache=../../.npm-cache |