|
84 | 84 | "precommit:eslint:base": "cd packages && cd base && npm run precommit:eslint", |
85 | 85 | "precommit:eslint:bundle": "cd packages && cd bundle && npm run precommit:eslint", |
86 | 86 | "precommit:eslint:component": "cd packages && cd component && npm run precommit:eslint", |
| 87 | + "precommit:eslint:component-better-link": "cd packages && cd component-better-link && npm run precommit:eslint", |
87 | 88 | "precommit:eslint:core": "cd packages && cd core && npm run precommit:eslint", |
88 | 89 | "precommit:eslint:core-debug-api": "cd packages && cd core-debug-api && npm run precommit:eslint", |
89 | 90 | "precommit:eslint:core-graph": "cd packages && cd core-graph && npm run precommit:eslint", |
|
122 | 123 | "precommit:typecheck:base": "cd packages && cd base && npm run precommit:typecheck", |
123 | 124 | "precommit:typecheck:bundle": "cd packages && cd bundle && npm run precommit:typecheck", |
124 | 125 | "precommit:typecheck:component": "cd packages && cd component && npm run precommit:typecheck", |
| 126 | + "precommit:typecheck:component-better-link": "cd packages && cd component-better-link && npm run precommit:typecheck", |
125 | 127 | "precommit:typecheck:core": "cd packages && cd core && npm run precommit:typecheck", |
126 | 128 | "precommit:typecheck:core-debug-api": "cd packages && cd core-debug-api && npm run precommit:typecheck", |
127 | 129 | "precommit:typecheck:core-graph": "cd packages && cd core-graph && npm run precommit:typecheck", |
|
152 | 154 | "start:base": "cd packages && cd base && npm start", |
153 | 155 | "start:bundle": "cd packages && cd bundle && npm start", |
154 | 156 | "start:component": "cd packages && cd component && npm start", |
| 157 | + "start:component-better-link": "cd packages && cd component-better-link && npm start", |
155 | 158 | "start:core": "cd packages && cd core && npm start", |
156 | 159 | "start:core-debug-api": "cd packages && cd core-debug-api && npm start", |
157 | 160 | "start:core-graph": "cd packages && cd core-graph && npm start", |
|
0 commit comments