Skip to content

Commit 3012d44

Browse files
authored
Update package.json to make the dist avaliable again (#23991)
### Description Adding back missing dist folder ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent d84314c commit 3012d44

File tree

6 files changed

+1873
-895
lines changed

6 files changed

+1873
-895
lines changed

js/react_native/e2e/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class App extends React.PureComponent<{}, State> {
4444
// test creating session with path
4545
console.log('Creating with path');
4646
const pathSession: InferenceSession = await InferenceSession.create(modelPath);
47-
pathSession.release();
47+
void pathSession.release();
4848

4949
// and with bytes
5050
console.log('Creating with bytes');

0 commit comments

Comments
 (0)