forked from Ivasoft/mattermost-mobile
add mmjstool as dev dep (#2707)
* add mmjstool as dev dep * run the mmjstool to fix issues * add extra line * update makefile * update per feedback * revert strings per request
This commit is contained in:
committed by
GitHub
parent
d1ca9b874a
commit
9ae71cf393
4
Makefile
4
Makefile
@@ -237,9 +237,7 @@ can-build-pr:
|
||||
fi
|
||||
|
||||
i18n-extract: ## Extract strings for translation from the source code
|
||||
@[[ -d $(MM_UTILITIES_DIR) ]] || echo "You must clone github.com/mattermost/mattermost-utilities repo in .. to use this command"
|
||||
@[[ -d $(MM_UTILITIES_DIR) ]] && cd $(MM_UTILITIES_DIR) && npm install && npm run babel && node mmjstool/build/index.js i18n extract-mobile
|
||||
|
||||
npm run mmjstool -- i18n extract-mobile
|
||||
|
||||
## Help documentation https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
|
||||
help:
|
||||
|
||||
Reference in New Issue
Block a user