rm -f core
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ale 2024-09-24 21:18:32 +02:00
parent 22ad0eec1d
commit db82d75dc8

View File

@ -9,7 +9,7 @@
}, },
"license": "MIT", "license": "MIT",
"scripts": { "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/", "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 ." "install": "cd node_modules && rm -rf http-signature && rm -rf request/node_modules/http-signature && mv @peertube/http-signature ."
}, },