Skip to content

Commit 66a4819

Browse files
committed
Add additional folder to 'make clean'
1 parent 00e2265 commit 66a4819

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
@@ -427,6 +427,7 @@ clean:
427427
cd packages/duckdb-wasm-shell && rm -rf node_modules
428428
rm -rf packages/duckdb-wasm-app/build
429429
rm -rf submodules/duckdb/build
430+
rm -rf packages/duckdb-wasm/dist
430431

431432
build/docker_ci_image:
432433
command -v emcc &> /dev/null || docker compose build

0 commit comments

Comments
 (0)