Lines Matching full:path
26 CUR_FILE_DIR = os.path.dirname(__file__)
27 TS2PANDA_DIR = os.path.abspath(os.path.join(CUR_FILE_DIR, ".."))
28 CODE_ROOT = os.path.abspath(os.path.join(TS2PANDA_DIR, "../../.."))
29 DEFAULT_TARGET_DIR = os.path.join(
31 DEFAULT_NODE_MODULE = os.path.join(
46 help='path to node-modules exetuable')
88 run_command(['cp', '-f', os.path.join(src_dir, "package.json"),
89 os.path.join(dist_dir, "package.json")])
90 run_command(['cp', '-f', os.path.join(src_dir, "package-lock.json"),
91 os.path.join(dist_dir, "package-lock.json")])
99 if os.path.exists(f'{self.dist_dir}/tests'):