|
31 | 31 | }, |
32 | 32 | "scripts": { |
33 | 33 | "build": "rollup --config --bundleConfigAsCjs", |
34 | | - "dev": "concurrently \"rollup --config --bundleConfigAsCjs --watch\" \"npm run type-declarations -- --watch\"", |
| 34 | + "build-storybook": "build-storybook -o ../../docs/web-sdk-v5-react-storybook", |
35 | 35 | "check-node-version": "node scripts/check-node-version.js", |
| 36 | + "dev": "concurrently \"rollup --config --bundleConfigAsCjs --watch\" \"npm run type-declarations -- --watch\"", |
36 | 37 | "lint": "eslint . && npm run typecheck", |
| 38 | + "postrelease": "git push && git push --follow-tags && npm run build && npm publish", |
37 | 39 | "prepack": "rimraf dist && npm run build && npm run type-declarations", |
38 | | - "test": "jest --env=jsdom", |
39 | | - "test:watch": "jest --env=jsdom --watch", |
40 | | - "start": "npm run check-node-version && npm run storybook", |
41 | | - "storybook": "start-storybook -p 6006", |
42 | | - "build-storybook": "build-storybook", |
43 | | - "deploy-storybook": "storybook-to-ghpages", |
44 | 40 | "prerelease": "npm run validate", |
45 | 41 | "release": "standard-version", |
46 | | - "postrelease": "git push && git push --follow-tags && npm run build && npm publish", |
47 | | - "typecheck": "tsc --noEmit", |
| 42 | + "start": "npm run check-node-version && npm run storybook", |
| 43 | + "storybook": "start-storybook -p 6006", |
| 44 | + "test": "jest --env=jsdom", |
| 45 | + "test:watch": "jest --env=jsdom --watch", |
48 | 46 | "type-declarations": "tsc --emitDeclarationOnly --outDir dist/types --project tsconfig.declarations.json", |
| 47 | + "typecheck": "tsc --noEmit", |
49 | 48 | "validate": "npm run check-node-version && npm run typecheck && npm run build && npm run lint && npm test -- --coverage" |
50 | 49 | }, |
51 | 50 | "files": [ |
|
80 | 79 | "@storybook/addon-essentials": "^6.4.9", |
81 | 80 | "@storybook/addon-links": "^6.4.9", |
82 | 81 | "@storybook/react": "^6.4.9", |
83 | | - "@storybook/storybook-deployer": "^2.8.10", |
84 | 82 | "@testing-library/jest-dom": "^6.6.3", |
85 | 83 | "@testing-library/react": "^12.1.3", |
86 | 84 | "@testing-library/react-hooks": "^7.0.2", |
|
0 commit comments