aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package.js')
-rw-r--r--scripts/package.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package.js b/scripts/package.js
index c07f893..e1e3d5c 100644
--- a/scripts/package.js
+++ b/scripts/package.js
@@ -65,7 +65,7 @@ const compress = (src, dest) =>
65 65
66 for (let recipe of availableRecipes) { 66 for (let recipe of availableRecipes) {
67 const recipeSrc = path.join(recipesFolder, recipe); 67 const recipeSrc = path.join(recipesFolder, recipe);
68 const mandatoryFiles = ['package.json', 'icon.svg']; 68 const mandatoryFiles = ['package.json', 'icon.svg', 'webview.js'];
69 69
70 // Check that each mandatory file exists 70 // Check that each mandatory file exists
71 for (let file of mandatoryFiles) { 71 for (let file of mandatoryFiles) {