diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-08-01 09:44:04 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-08-01 09:59:26 +0100 |
commit | c146a0447e5b9e107440b86941940b76dd3e53ba (patch) | |
tree | 327cfb58a86e89907075a4dae0072dcf1655129a /package.json | |
parent | 04b386b5eec06549c989ed81aaf2eb9b76e49b87 (diff) |
Switch to deploy via Docker Compose
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json index a6e3035..26d1d00 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ "start": "node dist/start.js", "dev": "nodemon -e ts,js --watch src --exec \"pnpm run build ; pnpm run start\"", "test:dev": "CYPRESS=true pnpm run dev & wait-on http://localhost:3000 && cypress open --e2e --browser chrome", - "test": "pnpm run build || true && CYPRESS=true pnpm run start & wait-on http://localhost:3000 && cypress run --e2e --browser chrome", - "deploy": "pm2 deploy ecosystem.config.cjs production" + "test": "pnpm run build || true && CYPRESS=true pnpm run start & wait-on http://localhost:3000 && cypress run --e2e --browser chrome" }, "engines": { "node": ">=16.16.0" @@ -47,6 +46,7 @@ "request": "^2.88.2", "sanitize-html": "^2.13.0", "toml": "^3.0.0", + "typescript": "^5.4.5", "wait-on": "^7.2.0" }, "devDependencies": { @@ -60,7 +60,6 @@ "cypress": "^13.10.0", "eslint": "^8.57.0", "nodemon": "^2.0.22", - "prettier": "^3.2.5", - "typescript": "^5.4.5" + "prettier": "^3.2.5" } -} +}
\ No newline at end of file |