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

15 lines
251 B
Diff
Raw Permalink Normal View History

2023-11-25 09:47:08 -06:00
diff --git a/package.json b/package.json
2024-04-28 12:47:30 -05:00
index fdea78ca2..f3b5284ed 100644
2023-11-25 09:47:08 -06:00
--- a/package.json
+++ b/package.json
2024-04-28 12:47:30 -05:00
@@ -93,5 +93,8 @@
},
"browserslist": [
"defaults"
2023-11-25 09:47:08 -06:00
- ]
+ ],
+ "scripts": {
+ "build": "node_modules/.bin/webpack"
+ }
}