mirror of
https://github.com/open-webui/assistant
synced 2025-05-12 16:00:34 +00:00
Update Makefile
This commit is contained in:
parent
34b7b33369
commit
3036fcba0a
7
Makefile
7
Makefile
@ -1,7 +1,9 @@
|
|||||||
.PHONY: all install
|
.PHONY: all clean install
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf node_modules
|
||||||
|
|
||||||
all:
|
all:
|
||||||
rm -rf node_modules
|
|
||||||
npm i
|
npm i
|
||||||
rm -f node_modules/@jimp/core/node_modules/.bin/mkdirp
|
rm -f node_modules/@jimp/core/node_modules/.bin/mkdirp
|
||||||
rm -f node_modules/execa/node_modules/.bin/semver
|
rm -f node_modules/execa/node_modules/.bin/semver
|
||||||
@ -10,4 +12,3 @@ all:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
mv out/open-webui-assistant-darwin-arm64/open-webui-assistant.app ~/Applications/Open\ WebUI\ Assistant.app
|
mv out/open-webui-assistant-darwin-arm64/open-webui-assistant.app ~/Applications/Open\ WebUI\ Assistant.app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user