ci: remove unused command

This commit is contained in:
Artemy 2024-05-16 16:47:29 +03:00
parent b3f6fb715d
commit 04c64a60a6

View file

@ -9,7 +9,6 @@
"build": "npm run lint && copyfiles .env ./dist/ && tsc",
"dev": "tsc-watch --onSuccess \"node ./dist/app.js\"",
"start": "cd dist && node ./app.js",
"start:docker": "node ./app.js",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint \"src/**\""