|
8 | 8 | "start": "npm run dev", |
9 | 9 | "dev": "ts-node test/examples/basic/server", |
10 | 10 | "watch": "nodemon .", |
11 | | - "test": "npm run db:drop && npm run test:prod", |
| 11 | + "test": "npm run test:prod && npm test:examples", |
12 | 12 | "test:typescript": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.dev.json", |
13 | | - "test:dev": "npm run lint && npm run test:typescript", |
14 | | - "test:prod": "npm run build:prod:clean && npm run coverage && npm run test:examples", |
| 13 | + "test:dev": "npm run lint && npm run db:drop && npm run test:typescript", |
| 14 | + "test:prod": "npm run build:prod:clean && npm run db:drop && npm run coverage", |
15 | 15 | "test:examples": "npm run test:jasmine-basic && npm run test:jasmine-guards && npm run test:jasmine-chat && npm run test:jasmine-terms", |
16 | | - "test:jasmine-api": "npm run db:drop && jasmine --config=test/jasmine.api.json", |
17 | 16 | "test:jasmine-basic": "npm run db:drop && jasmine --config=test/jasmine.basic.json", |
18 | 17 | "test:jasmine-guards": "npm run db:drop && jasmine --config=test/jasmine.guards.json", |
19 | 18 | "test:jasmine-chat": "npm run db:drop && jasmine --config=test/jasmine.chat.json", |
|
52 | 51 | "ts-async-bootstrap": "^2.1.0", |
53 | 52 | "ts-error-handler": "^1.0.2", |
54 | 53 | "ts-tiny-log": "^1.0.2", |
55 | | - "typeorm": "0.2.38" |
| 54 | + "typeorm": "0.2.45" |
56 | 55 | }, |
57 | 56 | "devDependencies": { |
58 | 57 | "@istanbuljs/nyc-config-typescript": "^1.0.2", |
|
75 | 74 | "typedoc": "^0.22.11", |
76 | 75 | "typescript": "^4.5.4" |
77 | 76 | }, |
| 77 | + "peerDependencies": { |
| 78 | + "typeorm": "0.2.45" |
| 79 | + }, |
78 | 80 | "repository": { |
79 | 81 | "type": "git", |
80 | 82 | "url": "git+https://github.com/statelessstudio/pointyapi.git" |
|
0 commit comments