mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
ci: Move type-checking out of the build process (no-changelog) (#9730)
This commit is contained in:
committed by
GitHub
parent
ab29ba9b58
commit
c8f0029bc5
@@ -1,13 +0,0 @@
|
||||
diff --git a/dist/esm/checkers/vueTsc/prepareVueTsc.js b/dist/esm/checkers/vueTsc/prepareVueTsc.js
|
||||
index 94334b8862feddf28cf32cad5a67112eb3a58cec..f5693c9b8ec1b74e54cb18c9ba72bac3b761d231 100644
|
||||
--- a/dist/esm/checkers/vueTsc/prepareVueTsc.js
|
||||
+++ b/dist/esm/checkers/vueTsc/prepareVueTsc.js
|
||||
@@ -8,7 +8,7 @@ const { copy, mkdir } = fsExtra;
|
||||
const _require = createRequire(import.meta.url);
|
||||
const _filename = fileURLToPath(import.meta.url);
|
||||
const _dirname = dirname(_filename);
|
||||
-const proxyApiPath = _require.resolve("vue-tsc/out/index");
|
||||
+const proxyApiPath = _require.resolve("vue-tsc/index");
|
||||
async function prepareVueTsc() {
|
||||
const targetTsDir = path.resolve(_dirname, "typescript-vue-tsc");
|
||||
const vueTscFlagFile = path.resolve(targetTsDir, "vue-tsc-resolve-path");
|
||||
Reference in New Issue
Block a user