|
15 | 15 | "build": "preconstruct build", |
16 | 16 | "prerelease": "npm run build", |
17 | 17 | "release": "changeset publish", |
18 | | - "start": "styleguidist server", |
| 18 | + "start": "preconstruct watch && styleguidist server", |
19 | 19 | "styleguide": "styleguidist build", |
20 | | - "test": "echo \"Error: no test specified\" && exit 0", |
| 20 | + "test": "preconstruct build", |
21 | 21 | "lint": "eslint ." |
22 | 22 | }, |
23 | 23 | "author": "Andrey Okonetchnikov <andrey@okonet.ru>", |
|
40 | 40 | "babel-eslint": "^10.1.0", |
41 | 41 | "babel-loader": "^8.2.2", |
42 | 42 | "babel-plugin-styled-components": "^1.11.1", |
| 43 | + "changeset": "^0.2.6", |
43 | 44 | "eslint": "^6.8.0", |
44 | 45 | "eslint-plugin-import": "^2.22.1", |
45 | 46 | "eslint-plugin-jest": "^24.1.3", |
46 | 47 | "eslint-plugin-react": "^7.19.0", |
47 | 48 | "eslint-plugin-react-hooks": "^4.2.0", |
| 49 | + "find-up": "^5.0.0", |
48 | 50 | "husky": "^4.3.0", |
49 | 51 | "lint-staged": "^10.5.2", |
50 | 52 | "prettier": "^2.2.0", |
51 | 53 | "react": "^16.13.0", |
52 | 54 | "react-docgen-typescript": "^1.20.5", |
53 | 55 | "react-dom": "^16.13.0", |
54 | 56 | "react-styleguidist": "^11.0.0", |
55 | | - "read-pkg-up": "^7.0.1", |
56 | 57 | "typescript": "^4.3.2", |
57 | 58 | "webpack": "^4.16.5" |
58 | 59 | }, |
|
0 commit comments