Source mapping and debugging
This commit is contained in:
parent
937cb07d0b
commit
f9af0c34dd
12 changed files with 2313 additions and 20 deletions
1
run.py
1
run.py
|
@ -21,6 +21,7 @@ def update_translations():
|
|||
"""
|
||||
from os import system, getcwd, chdir, path
|
||||
pwd = getcwd()
|
||||
system("npm run build")
|
||||
chdir(path.join("LogarithmPlotter", "i18n"))
|
||||
system("./release.sh")
|
||||
chdir(pwd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue