Skip to content

Commit 62a6528

Browse files
committed
Improve compile_frontend cleanup
1 parent 651fabe commit 62a6528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ compile_frontend:
2727
cd frontend && \
2828
npm install && \
2929
npm run build && \
30+
find ../gpt_code_ui/webapp/static -mindepth 1 ! -name '.gitignore' -delete && \
3031
rsync -av dist/ ../gpt_code_ui/webapp/static
3132

3233
bundle_pypi:

0 commit comments

Comments
 (0)