Skip to content

Commit

Permalink
Merge branch 'dev/alex/build-workflow'
Browse files Browse the repository at this point in the history
  • Loading branch information
aletya committed Apr 6, 2024
2 parents 618f2ed + 761566b commit 562d3e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "ENV=DEVELOPMENT nodemon -w src/ -x tsx src/app.ts",
"start": "ENV=PRODUCTION tsx src/app.ts",
"start": "pm2 start ./build/app.js --name RP_API -i 2 --wait-ready --listen-timeout 10000",
"reload": "tsc && pm2 reload RP_API",
"lint": "yarn prettier . --write",
"kill": "kill -9 $(lsof -t -i :3000)",
"kill": "pm2 delete RP_API",
"build": "tsc"
},
"devDependencies": {
Expand All @@ -27,7 +27,8 @@
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"nodemon": "^3.0.1",
"prettier": "3.2.5"
"prettier": "3.2.5",
"pm2": "5.3.1"
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
Expand Down

0 comments on commit 562d3e8

Please sign in to comment.