mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci(js): run once to update online pkg
This commit is contained in:
parent
e1d6a31b43
commit
978ad652a1
3 changed files with 5 additions and 5 deletions
1
.github/workflows/javascript.yml
vendored
1
.github/workflows/javascript.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- stable
|
||||
- config
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
1
dist/js/build.sh
vendored
1
dist/js/build.sh
vendored
|
@ -1 +0,0 @@
|
|||
npx napi build --cargo-cwd ../..
|
8
dist/js/package.json
vendored
8
dist/js/package.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@codemp/native",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"description": "code multiplexer -- javascript bindings",
|
||||
"keywords": [
|
||||
"codemp",
|
||||
|
@ -35,8 +35,8 @@
|
|||
}
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@codemp/native-win32-x64-msvc": "0.0.4",
|
||||
"@codemp/native-darwin-arm64": "0.0.4",
|
||||
"@codemp/native-linux-x64-gnu": "0.0.4"
|
||||
"@codemp/native-win32-x64-msvc": "0.0.10",
|
||||
"@codemp/native-darwin-arm64": "0.0.10",
|
||||
"@codemp/native-linux-x64-gnu": "0.0.10"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue