Rename version to tag to match scratch-api

This commit is contained in:
Ray Schamp 2015-11-20 11:06:59 -05:00
parent 7983d7601b
commit 70a0a2d4c4

View file

@ -14,7 +14,7 @@ build:
@make clean
@make translations
@make webpack
@make version
@make tag
clean:
rm -rf ./build
@ -34,12 +34,12 @@ else
eb deploy -l $(GIT_VERSION) -m "$(GIT_MESSAGE)"
endif
tag:
echo $(GIT_VERSION) > ./build/version.txt
translations:
./lib/bin/build-locales locales/translations.json
version:
echo $(GIT_VERSION) > ./build/version.txt
webpack:
$(WEBPACK) --bail
@ -82,4 +82,4 @@ integration:
# ------------------------------------
.PHONY: build clean deploy static translations version webpack watch stop start test lint
.PHONY: build clean deploy static tag translations webpack watch stop start test lint