aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-12-03 13:16:42 +0100
committerLibravatar GitHub <noreply@github.com>2021-12-03 17:46:42 +0530
commit2efcbcac8d055cbf4630813761ee0cdde84645ea (patch)
tree8cee4844a21433d367fbc1286b0640d1b3c628ed /scripts
parentAdd recipe for Nextcloud News (#780) (diff)
downloadferdium-recipes-2efcbcac8d055cbf4630813761ee0cdde84645ea.tar.gz
ferdium-recipes-2efcbcac8d055cbf4630813761ee0cdde84645ea.tar.zst
ferdium-recipes-2efcbcac8d055cbf4630813761ee0cdde84645ea.zip
chore: upgrade dependencies to latest (#782)
* chore: upgrade dependencies to latest - upgrade all dependencies to latest - add --report-unused-disable-directives flag to lint script - remove unused files reported by unicorn/no-empty-file - minor cleanup of circuit recipe - remove webview.js check in package.js
Diffstat (limited to 'scripts')
-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"`,