Skip to content

Commit

Permalink
ci: remove unused command
Browse files Browse the repository at this point in the history
  • Loading branch information
artegoser committed May 16, 2024
1 parent b3f6fb7 commit 04c64a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/**\""
Expand Down

0 comments on commit 04c64a6

Please sign in to comment.