nixos-forgejo/package-json-npm-build-frontend.patch

15 lines
251 B
Diff

diff --git a/package.json b/package.json
index fdea78ca2..f3b5284ed 100644
--- a/package.json
+++ b/package.json
@@ -93,5 +93,8 @@
},
"browserslist": [
"defaults"
- ]
+ ],
+ "scripts": {
+ "build": "node_modules/.bin/webpack"
+ }
}