aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-10 09:31:42 +0200
committerEgor Tensin <egor@tensin.name>2025-09-10 09:31:42 +0200
commit4ee15596cba65407116721a84ed4202b9ccecb52 (patch)
tree25ab873b516487f26423508dac8bedbf5e30fb27 /Makefile
parentsort & add more things to .gitignore (diff)
downloadwireguard-config-4ee15596cba65407116721a84ed4202b9ccecb52.tar.gz
wireguard-config-4ee15596cba65407116721a84ed4202b9ccecb52.zip
Makefile: unfreeze something
I have no idea what stupidity this is again.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5248eb3..368c287 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,9 @@ assets/js/bundle.js: package-lock.json
.PHONY: maintenance
maintenance: ruby
+ bundle config set frozen false
bundle update
+
npm update
@$(MAKE) browserify