mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
chore: build.sh script for napi build
This commit is contained in:
parent
754b88fd73
commit
a85122050b
3 changed files with 7 additions and 5 deletions
1
dist/js/build.sh
vendored
Normal file
1
dist/js/build.sh
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
npx napi build --cargo-cwd ../..
|
6
dist/js/package.json
vendored
Normal file
6
dist/js/package.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@napi-rs/cli": "^2.18.0",
|
||||
"npx": "^10.2.2"
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@napi-rs/cli": "^2.18.0"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue