|
23 | 23 | "precommit":"lint-staged",
|
24 | 24 | "gen":"plop --plopfile ./utils/scripts/generators/index.js",
|
25 | 25 | "analyze":"cross-env ANALYZE=1 next build",
|
26 |
| -"lint":"eslint --fix pages/**/*.js components/**/* containers/**/* stores/**/* utils/**/*", |
27 |
| -"lint:watch":"esw -w pages/**/*.js components/**/* containers/**/* stores/**/* utils/**/*", |
| 26 | +"lint":"eslint --fix pages/**/*.js components/**/*.js containers/**/*.js stores/**/*.js utils/**/*.js", |
| 27 | +"lint:watch":"esw -w pages/**/*.js components/**/*.js containers/**/*.js stores/**/*.js utils/**/*.js", |
28 | 28 | "test":"cross-env NODE_ENV=test GOAL=test jest --config .jest.config.js",
|
29 | 29 | "test:dev":"cross-env NODE_ENV=dev GOAL=test jest --config .jest.config.js",
|
30 | 30 | "test:watch":"npm run test -- --watch",
|
|