|
43 | 43 | "clean": "shjs ./internals/scripts/clean.js", |
44 | 44 | "clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean", |
45 | 45 | "lint": "npm run lint:js && npm run lint:css", |
| 46 | + "lint:ci": "npm run lint:js:ci && npm run lint:css", |
46 | 47 | "lint:css": "stylelint app/**/*.js", |
47 | 48 | "lint:eslint": "eslint --ignore-path .eslintignore --ignore-pattern internals/scripts", |
48 | 49 | "lint:eslint:fix": "eslint --ignore-path .eslintignore --ignore-pattern internals/scripts --fix", |
49 | 50 | "lint:js": "npm run lint:eslint -- . ", |
| 51 | + "lint:js:ci": "eslint --ignore-path .eslintignore internals/webpack/webpack.config.prod.js --ignore-pattern internals -- .", |
50 | 52 | "lint:staged": "lint-staged", |
| 53 | + "lhci": "lhci autorun", |
51 | 54 | "test:clean": "rimraf ./coverage", |
52 | 55 | "test": "cross-env NODE_ENV=test jest --coverage", |
53 | 56 | "test:staged": "jest --findRelatedTests", |
|
134 | 137 | "@babel/register": "7.14.5", |
135 | 138 | "@babel/runtime": "^7.14.6", |
136 | 139 | "@lcdp/offline-plugin": "^5.1.0", |
| 140 | + "@lhci/cli": "0.8.x", |
137 | 141 | "@storybook/addon-actions": "^5.2.1", |
138 | 142 | "@storybook/addon-knobs": "^5.2.1", |
139 | 143 | "@storybook/addon-links": "^5.2.1", |
|
0 commit comments