Skip to content

Commit d3db0aa

Browse files
Fix clean target to build instead of site
Signed-off-by: Saurabh Singh <saurabhsraghuvanshi@gmail.com>
1 parent e11ae9d commit d3db0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build:
4141

4242
## Empty build cache and run layer5.io on your local machine.
4343
clean:
44-
npm run clean && make site
44+
npm run clean && make build
4545

4646
## Run Eslint on your local machine.
4747
lint:

0 commit comments

Comments
 (0)