about summary refs log tree commit diff
path: root/pkgs/by-name/fo/forgejo/package-json-npm-build-frontend.patch
blob: f7567da020c637e63cf342833e8778931f6a429e (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 b50c52cf43..d6aafb8775 100644
--- a/package.json
+++ b/package.json
@@ -98,5 +98,8 @@
   },
   "browserslist": [
     "defaults"
-  ]
+  ],
+  "scripts": {
+    "build": "node_modules/.bin/webpack"
+  }
 }