Skip to content

Commit b0eecc7

Browse files
committed
Build JS when creating dist.
1 parent 1396cf6 commit b0eecc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
release-wordpress:
22
@mkdir -p dist/
33
@rm -f dist/coopcycle-$(VERSION).zip
4+
@cd wordpress && npm run build && cd ..
45
@cd wordpress && git archive -o ../dist/wordpress-$(VERSION).zip HEAD && cd ..
56
@printf "\e[0;32mCreated release $(VERSION)\e[0m\n"
67

0 commit comments

Comments
 (0)