mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
fix: run metadata sync script explicitly with node (#1536)
This commit is contained in:
parent
1f64927362
commit
635140b27a
@ -226,19 +226,19 @@
|
||||
"path": "./core/tauri-build",
|
||||
"manager": "rust",
|
||||
"dependencies": ["tauri-codegen"],
|
||||
"postversion": "../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
|
||||
"postversion": "node ../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
|
||||
},
|
||||
"tauri": {
|
||||
"path": "./core/tauri",
|
||||
"manager": "rust",
|
||||
"dependencies": ["api", "tauri-macros", "tauri-utils"],
|
||||
"postversion": "../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
|
||||
"postversion": "node ../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
|
||||
},
|
||||
"cli.js": {
|
||||
"path": "./tooling/cli.js",
|
||||
"manager": "javascript",
|
||||
"dependencies": ["cli.rs"],
|
||||
"postversion": "../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
|
||||
"postversion": "node ../../.scripts/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
|
||||
"assets": [
|
||||
{
|
||||
"path": "./tooling/cli.js/tauri-apps-cli-${ pkgFile.version }.tgz",
|
||||
|
Loading…
Reference in New Issue
Block a user