Skip to content

Commit 76eb904

Browse files
committed
Remove node_modules post build
1 parent 3777d24 commit 76eb904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
cd llmstack/client
7272
npm install
7373
npm run build
74+
rm -rf node_modules
7475
cd ../../
7576
7677
# Cleanup

0 commit comments

Comments
 (0)