mirror of
https://github.com/TxtDot/webder.git
synced 2024-11-05 13:13:59 +03:00
ci: remove unused command
This commit is contained in:
parent
b3f6fb715d
commit
04c64a60a6
1 changed files with 0 additions and 1 deletions
|
@ -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/**\""
|
||||
|
|
Loading…
Reference in a new issue