nixpkgs/pkgs/by-name/fo/forgejo/package-json-npm-build-frontend.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
253 B
Diff
Raw Normal View History

diff --git a/package.json b/package.json
2024-04-23 22:35:34 +00:00
index b50c52cf43..d6aafb8775 100644
--- a/package.json
+++ b/package.json
2024-04-23 22:35:34 +00:00
@@ -98,5 +98,8 @@
},
"browserslist": [
"defaults"
- ]
+ ],
+ "scripts": {
+ "build": "node_modules/.bin/webpack"
+ }
}