Skip to content

Commit

Permalink
build: move built files into ./dist when complete
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 10, 2023
1 parent 809083f commit 06df86d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ ifeq ($(SKIP_WEBUI),true)
else
cp -rf aw-webui/dist target/package/static
endif
# Copy everything into `dist/aw-server-rust`
mkdir -p dist
rm -rf dist/aw-server-rust
cp -rf target/package dist/aw-server-rust

install:
# Install aw-server executable
Expand Down

0 comments on commit 06df86d

Please sign in to comment.