Skip to content

Commit

Permalink
Manually sort packages
Browse files Browse the repository at this point in the history
Ref: #7
  • Loading branch information
projkov committed Sep 10, 2024
1 parent 8af6e57 commit fe65ff4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
"private": true,
"license": "UNLICENSED",
"workspaces": [
"packages/*"
"packages/client-testing-helpers",
"packages/client-testing-proxy-helpers",
"packages/fhir-validator",
"packages/app"
],
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"typecheck": "tsc --noEmit",
"prepare": "npm run prepare --workspaces"
Expand Down
5 changes: 4 additions & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.1",
"typeorm": "^0.3.20"
"typeorm": "^0.3.20",
"@beda.software/client-testing-helpers": "0.0.1",
"@beda.software/fhir-validator": "0.0.1",
"@beda.software/client-testing-proxy-helpers": "0.0.1"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
Expand Down

0 comments on commit fe65ff4

Please sign in to comment.