|
3 | 3 | "version": "10.0.0-next", |
4 | 4 | "scripts": { |
5 | 5 | "ng": "ng", |
6 | | - "config:watch": "nodemon", |
7 | 6 | "test:rest": "ts-node --project ./tsconfig.ts-node.json scripts/test-rest.ts", |
8 | 7 | "start": "npm run start:prod", |
9 | | - "start:dev": "nodemon --exec \"cross-env NODE_ENV=development npm run serve\"", |
| 8 | + "start:dev": "cross-env NODE_ENV=development npm run serve --watch", |
10 | 9 | "start:prod": "npm run build:prod && cross-env NODE_ENV=production npm run serve:ssr", |
11 | 10 | "start:mirador:prod": "npm run build:mirador && npm run start:prod", |
12 | 11 | "preserve": "npm run base-href", |
|
19 | 18 | "build:ssr": "ng build --configuration production && ng run dspace-angular:server:production", |
20 | 19 | "build:lint": "rimraf 'lint/dist/**/*.js' 'lint/dist/**/*.js.map' && tsc -b lint/tsconfig.json", |
21 | 20 | "test": "ng test --source-map=true --watch=false --configuration test", |
22 | | - "test:watch": "nodemon --exec \"ng test --source-map=true --watch=true --configuration test\"", |
| 21 | + "test:watch": "ng test --source-map=true --watch=true --configuration test", |
23 | 22 | "test:headless": "ng test --source-map=true --watch=false --configuration test --browsers=ChromeHeadless --code-coverage", |
24 | 23 | "test:lint": "npm run build:lint && npm run test:lint:nobuild", |
25 | 24 | "test:lint:nobuild": "jasmine --config=lint/jasmine.json", |
|
225 | 224 | "karma-mocha-reporter": "2.2.5", |
226 | 225 | "ng-mocks": "^14.13.5", |
227 | 226 | "ngx-mask": "14.2.4", |
228 | | - "nodemon": "^2.0.22", |
229 | 227 | "postcss": "^8.5", |
230 | 228 | "postcss-import": "^14.0.0", |
231 | 229 | "postcss-loader": "^4.0.3", |
|
0 commit comments