forked from MapComplete/MapComplete
11 lines
197 B
Bash
11 lines
197 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
cd ~/git/id-tagging-schema/
|
||
|
git pull
|
||
|
nvm use
|
||
|
transifex_password="1/9b0a0299f5f9889a372842dc91ea956f4ab16a7b"
|
||
|
export transifex_password
|
||
|
npm run translations
|
||
|
npm run build
|
||
|
npm run dist
|