biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / applications / version-management / forgejo / package-json-npm-build-frontend.patch
blob57e2b7ec696530bc07378516dc6c3aed56038fca
1 diff --git a/package.json b/package.json
2 index 57dcfc2f7..c9f23dbf7 100644
3 --- a/package.json
4 +++ b/package.json
5 @@ -79,5 +79,8 @@
6 "defaults",
7 "not ie > 0",
8 "not ie_mob > 0"
9 - ]
10 + ],
11 + "scripts": {
12 + "build": "node_modules/.bin/webpack"
13 + }