File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ bundle-pre:
5656
5757# Compile the bundle.
5858.PHONY : bundle
59- bundle : bundle-pre stamp-yarn
59+ bundle : clean-dist bundle-pre stamp-yarn
6060ifneq "$(PACKAGE_NAME ) " "$(PACKAGE_DEV ) "
6161 @# Do not build a bundle for @patternslib/dev
6262 $(YARN) run build
6363endif
6464
6565
6666# Create a ZIP file from the bundle which is uploaded to the GitHub release tag.
67- release-zip : clean-dist bundle
67+ release-zip :
6868ifneq "$(PACKAGE_NAME ) " "$(PACKAGE_DEV ) "
6969 @# Do not create a zip release for @patternslib/dev
7070 $(eval PACKAGE_VERSION := $(shell node -p "require('./package.json').version"))
@@ -128,7 +128,7 @@ release-github: prepare-release release-zip
128128 -rm $(BUNDLE_NAME)-bundle-$(PACKAGE_VERSION).zip
129129
130130
131- release : clean install check release-npm release-github
131+ release : clean install check bundle release-npm release-github
132132 @# Note: If you want to include the compiled bundle in your npm package you
133133 @# have to allow it in a .npmignore file.
134134
You can’t perform that action at this time.
0 commit comments