We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1396cf6 commit b0eecc7Copy full SHA for b0eecc7
Makefile
@@ -1,6 +1,7 @@
1
release-wordpress:
2
@mkdir -p dist/
3
@rm -f dist/coopcycle-$(VERSION).zip
4
+ @cd wordpress && npm run build && cd ..
5
@cd wordpress && git archive -o ../dist/wordpress-$(VERSION).zip HEAD && cd ..
6
@printf "\e[0;32mCreated release $(VERSION)\e[0m\n"
7
0 commit comments