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:
@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
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