Skip to content

Commit c6da593

Browse files
Fix Makefile to rename publish target to cdn-publish
1 parent 3b92cf6 commit c6da593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SHELL := /bin/bash
44
# .SHELLFLAGS = -ec
55

6-
.PHONY: install lint test build publish
6+
.PHONY: install lint test build cdn-publish
77

88
# Define a local cache directory for Puppeteer to avoid permission issues
99
PUPPETEER_CACHE_DIR := $(CURDIR)/.puppeteer-cache
@@ -20,6 +20,6 @@ build:
2020
@echo "Running build..."
2121
rm -rf dist && rm -rf build && npm run build
2222

23-
publish:
23+
cdn-publish:
2424
@echo "Running cdn-publish..."
2525
npm run publish:cdn

0 commit comments

Comments
 (0)