Skip to content

Commit dc23333

Browse files
fix make file for publish
1 parent 14185ae commit dc23333

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 cdn-publish
6+
.PHONY: install lint test build publish
77

88
# Puppeteer and config/cache directories
99
PUPPETEER_CACHE_DIR := $(CURDIR)/.puppeteer-cache
@@ -29,6 +29,6 @@ build:
2929
@echo "Running build..."
3030
rm -rf dist && rm -rf build && npm run build
3131

32-
cdn-publish:
32+
publish:
3333
@echo "Running cdn-publish..."
3434
npm run publish:cdn

0 commit comments

Comments
 (0)