mirror of
https://github.com/TxtDot/webder.git
synced 2024-12-04 18:26:22 +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",
|
"build": "npm run lint && copyfiles .env ./dist/ && tsc",
|
||||||
"dev": "tsc-watch --onSuccess \"node ./dist/app.js\"",
|
"dev": "tsc-watch --onSuccess \"node ./dist/app.js\"",
|
||||||
"start": "cd dist && node ./app.js",
|
"start": "cd dist && node ./app.js",
|
||||||
"start:docker": "node ./app.js",
|
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"format:check": "prettier --check .",
|
"format:check": "prettier --check .",
|
||||||
"lint": "eslint \"src/**\""
|
"lint": "eslint \"src/**\""
|
||||||
|
|
Loading…
Add table
Reference in a new issue