|
22 | 22 | "packages/test/web-server", |
23 | 23 | "packages/core-debug-api", |
24 | 24 | "packages/core-graph", |
| 25 | + "packages/core-json-ld", |
25 | 26 | "packages/core", |
26 | 27 | "packages/react-hooks", |
27 | 28 | "packages/react-valibot", |
|
85 | 86 | "precommit:eslint:core": "cd packages && cd core && npm run precommit:eslint", |
86 | 87 | "precommit:eslint:core-debug-api": "cd packages && cd core-debug-api && npm run precommit:eslint", |
87 | 88 | "precommit:eslint:core-graph": "cd packages && cd core-graph && npm run precommit:eslint", |
| 89 | + "precommit:eslint:core-json-ld": "cd packages && cd core-json-ld && npm run precommit:eslint", |
88 | 90 | "precommit:eslint:debug-theme": "cd packages && cd debug-theme && npm run precommit:eslint", |
89 | 91 | "precommit:eslint:directlinespeech": "cd packages && cd directlinespeech && npm run precommit:eslint", |
90 | 92 | "precommit:eslint:fluent-theme": "cd packages && cd fluent-theme && npm run precommit:eslint", |
|
122 | 124 | "precommit:typecheck:core": "cd packages && cd core && npm run precommit:typecheck", |
123 | 125 | "precommit:typecheck:core-debug-api": "cd packages && cd core-debug-api && npm run precommit:typecheck", |
124 | 126 | "precommit:typecheck:core-graph": "cd packages && cd core-graph && npm run precommit:typecheck", |
| 127 | + "precommit:typecheck:core-json-ld": "cd packages && cd core-json-ld && npm run precommit:typecheck", |
125 | 128 | "precommit:typecheck:debug-theme": "cd packages && cd debug-theme && npm run precommit:typecheck", |
126 | 129 | "precommit:typecheck:fluent-theme": "cd packages && cd fluent-theme && npm run precommit:typecheck", |
127 | 130 | "precommit:typecheck:react-hooks": "cd packages && cd react-hooks && npm run precommit:typecheck", |
|
151 | 154 | "start:core": "cd packages && cd core && npm start", |
152 | 155 | "start:core-debug-api": "cd packages && cd core-debug-api && npm start", |
153 | 156 | "start:core-graph": "cd packages && cd core-graph && npm start", |
| 157 | + "start:core-json-ld": "cd packages && cd core-json-ld && npm start", |
154 | 158 | "start:debug-theme": "cd packages && cd debug-theme && npm start", |
155 | 159 | "start:directlinespeech": "cd packages && cd directlinespeech && npm start", |
156 | 160 | "start:fluent-theme": "cd packages && cd fluent-theme && npm start", |
|
0 commit comments