We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426e569 commit a5a914bCopy full SHA for a5a914b
1 file changed
build.js
@@ -56,7 +56,7 @@ const templateRawDTS = fs.readFileSync('src/templateRaw.d.ts').toString()
56
57
fs.writeFileSync(templateRawFileDistPath, templateRawDTS.replace('/*={}*/', () => ` = ${JSON.stringify(raw, null, 2)}`))
58
59
-execSync('tsc --ignoreConfig --noEmit _dist/templateRaw.ts', { stdio: 'inherit' });
+execSync(`tsc --ignoreConfig --noEmit "${templateRawFileDistPath}"`, { stdio: 'inherit' });
60
61
// bundle
62
0 commit comments