|
16 | 16 | "ng": "ng",
|
17 | 17 | "start": "ng serve",
|
18 | 18 | "build": "ng build angular-loader --base-href /ngx-loader-indicator/ --configuration production",
|
19 |
| - "build:lib": "ng build --configuration production ngx-loader-indicator-lib && npm run copy-libdocs", |
| 19 | + "build:lib": "ng build --configuration production ngx-loader-indicator-lib && bun run copy-libdocs", |
20 | 20 | "copy-libdocs": "cp README.md LICENSE dist/ngx-loader-indicator-lib",
|
21 | 21 | "publish:lib": "cd dist/ngx-loader-indicator-lib && npm publish",
|
22 | 22 | "test": "ng test",
|
23 | 23 | "test:pre-commit": "ng test --watch=false",
|
24 |
| - "lint": "npx eslint . && npm run lint:scss", |
| 24 | + "lint": "npx eslint . && bun run lint:scss", |
25 | 25 | "lint:scss": "stylelint \"**/*.scss\"",
|
26 | 26 | "lint:scss:fix": "stylelint \"**/*.scss\" --fix",
|
27 |
| - "lint:fix": "ng lint --fix && npm run lint:scss:fix", |
| 27 | + "lint:fix": "ng lint --fix && bun run lint:scss:fix", |
28 | 28 | "prettier:fix": "npx prettier --write .",
|
29 | 29 | "type-coverage": "type-coverage",
|
30 | 30 | "init:git:hooks": ".github/scripts/setup_hooks.sh",
|
|
74 | 74 | "eslint-plugin-prettier": "5.1.3",
|
75 | 75 | "jasmine-core": "5.1.2",
|
76 | 76 | "jasmine-spec-reporter": "7.0.0",
|
| 77 | + "lint-staged": "15.2.7", |
77 | 78 | "ng-packagr": "18.0.0",
|
78 | 79 | "npm-check-updates": "^16.14.20",
|
79 | 80 | "postcss-scss": "4.0.9",
|
|
0 commit comments