mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Download and install latest Jamstash when calling make Jamstash-master
This commit is contained in:
parent
647132625c
commit
6d1221164b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -54,6 +54,8 @@ Jamstash-master:
|
|||
wget -N https://github.com/tsquillario/Jamstash/archive/master.zip
|
||||
unzip -o master.zip
|
||||
rm master.zip
|
||||
(cd Jamstash-master && npm ci && npx bower install && npx grunt build)
|
||||
rm -rf Jamstash-master/node_modules Jamstash-master/bower_components
|
||||
|
||||
check_env: check_go_env check_node_env
|
||||
.PHONE: check_env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue