We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268baf8 commit 0d14dc8Copy full SHA for 0d14dc8
scripts/publish/build.js
@@ -91,9 +91,6 @@ Promise.resolve()
91
if (/\.ts$/.test(fileName)) {
92
// Verify that it was actually built.
93
if (!fs.existsSync(path.join(dist, fileName).replace(/ts$/, 'js'))) {
94
- console.log(dist);
95
- console.log(path.join(dist, fileName).replace(/ts$/, 'js'))
96
- console.log(fs.existsSync(path.join(dist, fileName).replace(/ts$/, 'js')))
97
throw new Error(`Source found but compiled file not found: "${fileName}".`);
98
}
99
0 commit comments