Skip to content

Commit d84d93a

Browse files
authoredMar 15, 2025··
tabs?
Signed-off-by: Dominic R <[email protected]>
1 parent 504c015 commit d84d93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ website-build:
230230
cd website && npm run build
231231

232232
website-watch: ## Build and watch the documentation website, updating automatically
233-
[ -f ./website/static/schema.yml ] && rm ./website/static/schema.yml
234-
cp ./schema.yml ./website/static/schema.yml
233+
[ -f ./website/static/schema.yml ] && rm ./website/static/schema.yml
234+
cp ./schema.yml ./website/static/schema.yml
235235
cd website && npm run watch
236236

237237
#########################

0 commit comments

Comments
 (0)
Please sign in to comment.