Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Sep 17, 2024
1 parent 53b3874 commit 0b321d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/react_native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"bootstrap": "npm run pack-common && npm run unpack-common && npm run pack-libs && npm run unpack-libs && npm run e2e && npm run pods",
"test": "jest",
"pack-common": "cd ../common && npm pack && mv -f onnxruntime-common-*.tgz ../react_native/e2e/onnxruntime-common.tgz",
"unpack-common": "cd e2e && npm install --no-save ../react_native/e2e/onnxruntime-common.tgz",
"unpack-common": "cd e2e && npm install --no-save ./onnxruntime-common.tgz",
"pack-libs": "npm pack --ort-js-pack-mode=e2e && mv -f onnxruntime-react-native-*.tgz e2e/onnxruntime-react-native.tgz",
"unpack-libs": "cd e2e && npm install --no-save ../react_native/e2e/onnxruntime-react-native.tgz",
"unpack-libs": "cd e2e && npm install --no-save ./onnxruntime-react-native.tgz",
"prepack": "tsc --build ./tsconfig.scripts.json && node ./scripts/prepack",
"pods": "cd e2e && pod-install --quiet",
"e2e": "npm --prefix e2e install",
Expand Down

0 comments on commit 0b321d6

Please sign in to comment.