Skip to content

Commit 49dba87

Browse files
committed
🔧 Makefileを調整
1 parent fa1e71d commit 49dba87

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
@@ -37,6 +37,6 @@ zip:
3737
$(CP) dist/js-scroll-effect-module.js examples/index.html $(ZIP_FOLDER)/
3838
$(CP) examples/scroll-effect-module.css examples/scroll-effect-module.css $(ZIP_FOLDER)/
3939
sed -i "" "s/..\/dist\//.\//g" "$(ZIP_FOLDER)/index.html"
40-
$(ZIP) $(ZIP_FOLDER)/$(VERSION).zip -r $(ZIP_FOLDER)/*
40+
$(ZIP) $(ZIP_FOLDER)/$(SLUG)_v$(VERSION).zip -r $(ZIP_FOLDER)/*
4141

4242
.PHONY: all build serve clean prod zip install

0 commit comments

Comments
 (0)