Skip to content

Commit

Permalink
fix: again 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMechi98 committed Aug 22, 2023
1 parent a01e49c commit 4cd793d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
working-directory: ./client
- run: npm run build
working-directory: ./client
- run: npm --prefix server test
- run: npm test

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"client": "npm run start --prefix client",
"deploy": "npm run build --prefix client && npm run start --prefix server",
"deploy-cluster": "npm run build --prefix client && npm run cluster --prefix server",
"test": "jest"
"test": "npm test --prefix server && npm test --prefix client"
},
"repository": {
"type": "git",
Expand All @@ -33,4 +33,4 @@
"devDependencies": {
"jest": "^29.6.3"
}
}
}
1 change: 0 additions & 1 deletion server/src/services/hello.txt

This file was deleted.

0 comments on commit 4cd793d

Please sign in to comment.