|
16 | 16 | "build:stats": "ng build --stats-json", |
17 | 17 | "build:prod": "cross-env NODE_ENV=production npm run build:ssr", |
18 | 18 | "build:ssr": "ng build --configuration production && ng run dspace-angular:server:production", |
19 | | - "build:lint": "rimraf 'lint/dist/**/*.js' 'lint/dist/**/*.js.map' && tsc -b lint/tsconfig.json", |
| 19 | + "build:lint": "rimraf --glob 'lint/dist/**/*.js' 'lint/dist/**/*.js.map' && tsc -b lint/tsconfig.json", |
20 | 20 | "test": "ng test --source-map=true --watch=false --configuration test", |
21 | 21 | "test:watch": "ng test --source-map=true --watch=true --configuration test", |
22 | 22 | "test:headless": "ng test --source-map=true --watch=false --configuration test --browsers=ChromeHeadless --code-coverage", |
|
31 | 31 | "clean:coverage": "rimraf coverage", |
32 | 32 | "clean:dist": "rimraf dist", |
33 | 33 | "clean:doc": "rimraf doc", |
34 | | - "clean:log": "rimraf *.log*", |
35 | | - "clean:json": "rimraf *.records.json", |
| 34 | + "clean:log": "rimraf --glob *.log*", |
| 35 | + "clean:json": "rimraf --glob *.records.json", |
36 | 36 | "clean:node": "rimraf node_modules", |
37 | 37 | "clean:cli": "rimraf .angular/cache", |
38 | 38 | "clean:prod": "npm run clean:dist && npm run clean:log && npm run clean:doc && npm run clean:coverage && npm run clean:json", |
|
222 | 222 | "postcss-import": "^14.0.0", |
223 | 223 | "postcss-loader": "^4.0.3", |
224 | 224 | "postcss-preset-env": "^7.4.2", |
225 | | - "rimraf": "^3.0.2", |
| 225 | + "rimraf": "^6.1.0", |
226 | 226 | "sass": "~1.93.3", |
227 | 227 | "sass-loader": "^12.6.0", |
228 | 228 | "sass-resources-loader": "^2.2.5", |
|
0 commit comments