1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 22:15:17 +03:00
aports/community/grommunio-web/enforce-npm-lockfile.patch
LN Liberda 08095f3423 community/grommunio-web: enforce npm lockfile
Also remove a stray patch
2025-02-09 20:49:59 +00:00

11 lines
136 B
Diff

--- ./Makefile.orig
+++ ./Makefile
@@ -297,7 +297,7 @@
vendor: node_modules
node_modules:
- $(NPM) install
+ $(NPM) ci
# Icons