Skip to content

Commit 7162977

Browse files
committed
updated dist script for JS changes
1 parent beac184 commit 7162977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def buildJS(path, name):
173173
if res != 0:
174174
print("\nERROR installing packages with NPM in " + path)
175175
exit(1)
176-
res = run(["npm", "run", "build"], shell=SHELL, cwd=path).returncode
176+
res = run(["npm", "run", "em:build"], shell=SHELL, cwd=path).returncode
177177
if res != 0:
178178
print("\nERROR when building " + path)
179179
exit(1)

0 commit comments

Comments
 (0)