mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Rename version to tag to match scratch-api
This commit is contained in:
parent
7983d7601b
commit
70a0a2d4c4
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue