Skip to content

Commit 831788b

Browse files
Trying to remove /dist directory before to build
Co-authored-by: Jordi Anguela <jordi@codium.team>
1 parent 16115f6 commit 831788b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ clean:
2424
.PHONY: dist
2525
dist:
2626
docker compose build web
27+
make clean
2728
docker compose run -T web npm run build
2829

2930
.PHONY: get-cypress-version

0 commit comments

Comments
 (0)