From db82d75dc83f370c1b8fcce853991efe0b613792 Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 24 Sep 2024 21:18:32 +0200 Subject: [PATCH] rm -f core --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d05a9b..14afa95 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "scripts": { - "start": "node --max-old-space-size=1024 server.js", + "start": "rm -f core && node --max-old-space-size=1024 server.js", "build": "rm -rf dist/* && parcel build public/index.html --no-source-maps --dist-dir dist/", "install": "cd node_modules && rm -rf http-signature && rm -rf request/node_modules/http-signature && mv @peertube/http-signature ." },