repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
applications
/
version-management
/
forgejo
/
package-json-npm-build-frontend.patch
blob
57e2b7ec696530bc07378516dc6c3aed56038fca
1
diff --git a/package.json b/package.json
2
index 57dcfc2f7..c9f23dbf7 100644
3
--- a/package.json
4
+++ b/package.json
5
@@ -79,5 +79,8 @@
6
"defaults",
7
"not ie > 0",
8
"not ie_mob > 0"
9
- ]
10
+ ],
11
+ "scripts": {
12
+ "build": "node_modules/.bin/webpack"
13
+ }
14
}