forked from MapComplete/MapComplete
10 lines
197 B
Bash
Executable file
10 lines
197 B
Bash
Executable file
#! /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
|