transpiler changes

This commit is contained in:
Yuri Kuznetsov
2023-06-14 15:28:06 +03:00
parent de42e7e4c1
commit db43fd3a12
3 changed files with 57 additions and 6 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ module.exports = grunt => {
});
grunt.registerTask('transpile', () => {
cp.execSync("node js/scripts/transpile");
cp.execSync("node js/transpile");
});
grunt.registerTask('chmod-folders', () => {