From cc93ba32a54cfa98cb33e0269c0946321a76e9ad Mon Sep 17 00:00:00 2001 From: msojocs Date: Tue, 17 Jan 2023 20:47:53 +0800 Subject: [PATCH] fix: compiler lost #74 --- tools/fix-other.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/fix-other.sh b/tools/fix-other.sh index 023fa41..6a0fd5d 100755 --- a/tools/fix-other.sh +++ b/tools/fix-other.sh @@ -16,6 +16,7 @@ sed -i 's#module.exports = createWebviewManager;#module.exports = createWebviewM echo "fix: wcc,wcsc" # wcc wcsc ls -l "${srcdir}/compiler" +cd "${srcdir}/compiler" && npm install # 可视化编译 (cd "${package_dir}/node_modules/" \ && rm -rf wcc \