mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
[ci] re-add touch index.html
This commit is contained in:
parent
9ef50968cf
commit
2426b777ba
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -270,8 +270,10 @@ build-cc-all:
|
|||
touch-ui:
|
||||
ifdef IS_WIN_SHELL
|
||||
@if not exist "ui\\v2.5\\build" mkdir ui\\v2.5\\build
|
||||
@type nul >> ui/v2.5/build/index.html
|
||||
else
|
||||
@mkdir -p ui/v2.5/build
|
||||
@touch ui/v2.5/build/index.html
|
||||
endif
|
||||
|
||||
# Regenerates GraphQL files
|
||||
|
|
|
|||
Loading…
Reference in a new issue