Skip to content

Commit

Permalink
fix to copy arm binary to build
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Sep 19, 2023
1 parent 7fc210f commit 1416898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"keywords": [],
"scripts": {
"copy:nativewasm": "cp -r src/wasm build/main/wasm && cp src/native/index_osx.node build/main/native && cp src/native/index_linux.node build/main/native && cp src/native/index_win.node build/main/native && cp -r wasm-webpack build/module/wasm && rm -r build/module/mpc-lib && cp -r wasm-webpack build/module/mpc-lib",
"copy:nativewasm": "cp -r src/wasm build/main/wasm && cp src/native/index_osx.node build/main/native && cp src/native/index_arm.node build/main/native && cp src/native/index_linux.node build/main/native && cp src/native/index_win.node build/main/native && cp -r wasm-webpack build/module/wasm && rm -r build/module/mpc-lib && cp -r wasm-webpack build/module/mpc-lib",
"copy:wasm": "cp -r src/wasm build/main/wasm && cp -r wasm-webpack build/module/wasm",
"build": "yarn clean && yarn build:main && yarn build:module && yarn copy:nativewasm",
"build:main": "tsc -p tsconfig.json",
Expand Down Expand Up @@ -86,4 +86,4 @@
"**/*.spec.js"
]
}
}
}

0 comments on commit 1416898

Please sign in to comment.