Skip to content

Commit

Permalink
Merge pull request #13 from Codebucket-Solutions/dev
Browse files Browse the repository at this point in the history
fixed pipeline
  • Loading branch information
gotham13 authored Mar 29, 2024
2 parents 497ddb5 + 8fe66a9 commit 451de82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git checkout master
git pull origin master
nvm use
npm install
npm --production=false install
CHECKPROCESS=$(pm2 pid $PROCESS_NAME)
if [ "${#CHECKPROCESS}" -gt 0 ]; then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"devDependencies": {
"@types/node": "^20.11.30",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"dependencies": {
"@types/node": "^20.11.30",
"dotenv": "^16.4.5",
"pm2": "^5.3.1",
"strip-ansi": "^7.1.0",
Expand Down

0 comments on commit 451de82

Please sign in to comment.