aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package.js')
-rw-r--r--scripts/package.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/package.js b/scripts/package.js
index ecf648d..ea4c0b9 100644
--- a/scripts/package.js
+++ b/scripts/package.js
@@ -266,12 +266,6 @@ const compress = (src, dest) =>
266 unsuccessful++; 266 unsuccessful++;
267 } 267 }
268 268
269 if (!fs.existsSync(path.join(recipeSrc, 'webview.js'))) {
270 console.log(
271 `⚠️ Couldn't package "${recipe}": The recipe doesn't contain a "webview.js"`,
272 );
273 unsuccessful++;
274 }
275 if (!fs.existsSync(path.join(recipeSrc, 'index.js'))) { 269 if (!fs.existsSync(path.join(recipeSrc, 'index.js'))) {
276 console.log( 270 console.log(
277 `⚠️ Couldn't package "${recipe}": The recipe doesn't contain a "index.js"`, 271 `⚠️ Couldn't package "${recipe}": The recipe doesn't contain a "index.js"`,