about summary refs log tree commit diff
path: root/pkgs/applications/version-management/forgejo/package-json-npm-build-frontend.patch
blob: 57e2b7ec696530bc07378516dc6c3aed56038fca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/package.json b/package.json
index 57dcfc2f7..c9f23dbf7 100644
--- a/package.json
+++ b/package.json
@@ -79,5 +79,8 @@
     "defaults",
     "not ie > 0",
     "not ie_mob > 0"
-  ]
+  ],
+  "scripts": {
+    "build": "node_modules/.bin/webpack"
+  }
 }