Skip to content

Commit 9327e4c

Browse files
committed
Fix the typo error in Makefile for running through all OS Signed off by : Savio Dias <[email protected]>
Signed-off-by: Savio629 <[email protected]>
1 parent cb78770 commit 9327e4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ build:
3535

3636
## Empty build cache and run layer5.io on your local machine.
3737
clean:
38-
gatsby clean
39-
make site
38+
gatsby clean && make site
4039

4140
.PHONY: setup build site clean site-fast

0 commit comments

Comments
 (0)