build: ubuntu 20 deprecated

This commit is contained in:
Rafael Taranto 2025-05-23 16:08:21 +01:00
parent bac8813a8d
commit 465dd5af7c
9 changed files with 3 additions and 171 deletions

View file

@ -129,7 +129,6 @@
"build": "echo 'Server requires no build step'",
"start": "node bin/lamassu-server",
"dev": "concurrently \"npm:server\" \"npm:admin-server\"",
"test": "mocha --recursive tests",
"jtest": "jest --detectOpenHandles",
"build-admin": "npm run build-admin:css && npm run build-admin:main && npm run build-admin:lamassu",
"server": "nodemon bin/lamassu-server --mockScoring --logLevel silly",