We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b92cf6 commit c6da593Copy full SHA for c6da593
Makefile
@@ -3,7 +3,7 @@
3
# SHELL := /bin/bash
4
# .SHELLFLAGS = -ec
5
6
-.PHONY: install lint test build publish
+.PHONY: install lint test build cdn-publish
7
8
# Define a local cache directory for Puppeteer to avoid permission issues
9
PUPPETEER_CACHE_DIR := $(CURDIR)/.puppeteer-cache
@@ -20,6 +20,6 @@ build:
20
@echo "Running build..."
21
rm -rf dist && rm -rf build && npm run build
22
23
-publish:
+cdn-publish:
24
@echo "Running cdn-publish..."
25
npm run publish:cdn
0 commit comments