Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit b08bbf6

Browse files
committed
Fix release zip generation
1 parent 7814c3f commit b08bbf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ build: build-bundle build-require
7979
all: npm build
8080

8181
build/bundle.zip: build-bundle
82-
zip build/bundle.zip build/bundle
82+
cd build && rm bundle.zip && zip -r bundle.zip bundle
8383

8484
release: build/bundle.zip
8585
cp -rT build/bundle ../etpl-pages/demo/$(shell git describe --dirty | tr -d "\n")

0 commit comments

Comments
 (0)