|
16 | 16 | ],
|
17 | 17 | "scripts": {
|
18 | 18 | "postinstall": "husky && patch-package",
|
19 |
| - "check": "node scripts/config-lint.js && node scripts/gen-translations.js", |
| 19 | + "config-lint": "node scripts/config-lint.js", |
| 20 | + "translate": "node scripts/translate.js", |
20 | 21 | "clean": "lage clean --no-cache",
|
21 | 22 | "compile": "lage compile --no-cache",
|
22 | 23 | "test": "lage test --no-cache",
|
23 |
| - "lint": "eslint '{**/*,*}.{js,mjs,cjs,jsx,ts,tsx}'", |
24 |
| - "lint-fix": "eslint '{**/*,*}.{js,mjs,cjs,jsx,ts,tsx}' --fix", |
| 24 | + "lint": "eslint '{**/*,*}.{js,ts,tsx}'", |
| 25 | + "lint-fix": "eslint '{**/*,*}.{js,ts,tsx}' --fix", |
25 | 26 | "stylelint": "stylelint '{**/*,*}.{less,css}'",
|
26 | 27 | "stylelint-fix": "stylelint '{**/*,*}.{less,css}' --fix",
|
27 |
| - "format": "prettier '{**/*,*}.{js,mjs,cjs,jsx,ts,tsx,less,css}' --write", |
| 28 | + "format": "prettier '{**/*,*}.{js,ts,tsx,less,css}' --write", |
28 | 29 | "build": "env NODE_ENV=production webpack",
|
29 | 30 | "build-dev": "env NODE_ENV=development webpack",
|
30 | 31 | "watch": "env NODE_ENV=development webpack --watch",
|
|
0 commit comments