Commit 70a0a2d4 authored by Ray Schamp's avatar Ray Schamp

Rename version to tag to match scratch-api

parent 7983d760
...@@ -14,7 +14,7 @@ build: ...@@ -14,7 +14,7 @@ build:
@make clean @make clean
@make translations @make translations
@make webpack @make webpack
@make version @make tag
clean: clean:
rm -rf ./build rm -rf ./build
...@@ -34,12 +34,12 @@ else ...@@ -34,12 +34,12 @@ else
eb deploy -l $(GIT_VERSION) -m "$(GIT_MESSAGE)" eb deploy -l $(GIT_VERSION) -m "$(GIT_MESSAGE)"
endif endif
tag:
echo $(GIT_VERSION) > ./build/version.txt
translations: translations:
./lib/bin/build-locales locales/translations.json ./lib/bin/build-locales locales/translations.json
version:
echo $(GIT_VERSION) > ./build/version.txt
webpack: webpack:
$(WEBPACK) --bail $(WEBPACK) --bail
...@@ -82,4 +82,4 @@ integration: ...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment