|
128 | 128 | "start:react-hooks": "cd packages && cd react-hooks && npm start", |
129 | 129 | "start:react-valibot": "cd packages && cd react-valibot && npm start", |
130 | 130 | "start:redux-store": "cd packages && cd redux-store && npm start", |
131 | | - "start:repack-adaptivecards": "cd packages && cd adaptivecards && npm start", |
132 | | - "start:repack-base64-js": "cd packages && cd base64-js && npm start", |
133 | | - "start:repack-botframework-directlinejs": "cd packages && cd botframework-directlinejs && npm start", |
134 | | - "start:repack-microsoft-cognitiveservices-speech-sdk": "cd packages && cd microsoft-cognitiveservices-speech-sdk && npm start", |
135 | | - "start:repack-object-assign": "cd packages && cd object-assign && npm start", |
136 | | - "start:repack-react": "cd packages && cd react && npm start", |
137 | | - "start:repack-react-dom": "cd packages && cd react-dom && npm start", |
138 | | - "start:repack-react-is": "cd packages && cd react-is && npm start", |
| 131 | + "start:repack-adaptivecards": "cd packages && cd repack && cd adaptivecards && npm start", |
| 132 | + "start:repack-base64-js": "cd packages && cd repack && cd base64-js && npm start", |
| 133 | + "start:repack-botframework-directlinejs": "cd packages && cd repack && cd botframework-directlinejs && npm start", |
| 134 | + "start:repack-microsoft-cognitiveservices-speech-sdk": "cd packages && cd repack && cd microsoft-cognitiveservices-speech-sdk && npm start", |
| 135 | + "start:repack-react": "cd packages && cd repack && cd react && npm start", |
| 136 | + "start:repack-react-dom": "cd packages && cd repack && cd react-dom && npm start", |
| 137 | + "start:repack-react-is": "cd packages && cd repack && cd react-is && npm start", |
139 | 138 | "start:server": "serve -p 5000", |
140 | 139 | "start:test-dev-server": "cd packages && cd test && cd dev-server && npm start", |
141 | 140 | "start:test-harness": "cd packages && cd test && cd harness && npm start", |
|
0 commit comments