mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Remove package.json references and client version
This commit is contained in:
3
Makefile
3
Makefile
@@ -19,9 +19,6 @@ RUNTIME_ENV = IMGFLOAT_ASSETS_PATH=$(IMGFLOAT_ASSETS_PATH) \
|
||||
SPRING_SERVLET_MULTIPART_MAX_FILE_SIZE=$(SPRING_SERVLET_MULTIPART_MAX_FILE_SIZE) \
|
||||
SPRING_SERVLET_MULTIPART_MAX_REQUEST_SIZE=$(SPRING_SERVLET_MULTIPART_MAX_REQUEST_SIZE)
|
||||
|
||||
node_modules: package-lock.json
|
||||
npm install
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
mvn compile
|
||||
|
||||
Reference in New Issue
Block a user