|
7 | 7 | "generate:clients": "codama run --all", |
8 | 8 | "js:format": "cargo make --env MANIFEST_DIR=./clients/js js-format ", |
9 | 9 | "js:lint": "cargo make --env MANIFEST_DIR=clients/js js-lint", |
10 | | - "js:publish": "tsx ./scripts/js.mts publish clients/js", |
| 10 | + "js:publish": "./scripts/publish-js.sh clients/js", |
11 | 11 | "js:test": "cargo make --env MANIFEST_DIR=clients/js js-test", |
12 | 12 | "rust:format": "cargo make --env MANIFEST_DIR=clients/rust rust-format", |
13 | 13 | "rust:lint": "cargo make --env MANIFEST_DIR=clients/rust rust-lint", |
14 | 14 | "rust:lint:clippy": "cargo make --env MANIFEST_DIR=clients/rust rust-lint-clippy", |
15 | 15 | "rust:lint:docs": "cargo make --env MANIFEST_DIR=clients/rust rust-lint-docs", |
16 | 16 | "rust:lint:features": "cargo make --env MANIFEST_DIR=clients/rust rust-lint-features", |
17 | | - "rust:publish": "tsx ./scripts/rust.mts publish clients/rust", |
| 17 | + "rust:publish": "./scripts/publish-rust.sh clients/rust", |
18 | 18 | "rust:test": "cargo make --env MANIFEST_DIR=clients/rust rust-test", |
19 | 19 | "interface:format": "cargo make --env MANIFEST_DIR=interface rust-format", |
20 | 20 | "interface:lint": "cargo make --env MANIFEST_DIR=interface rust-lint", |
21 | 21 | "interface:lint:clippy": "cargo make --env MANIFEST_DIR=interface rust-lint-clippy", |
22 | 22 | "interface:lint:docs": "cargo make --env MANIFEST_DIR=interface rust-lint-docs", |
23 | 23 | "interface:lint:features": "cargo make --env MANIFEST_DIR=interface rust-lint-features", |
24 | | - "interface:publish": "tsx ./scripts/rust.mts publish interface", |
| 24 | + "interface:publish": "./scripts/publish-rust.sh interface", |
25 | 25 | "interface:test": "cargo make --env MANIFEST_DIR=interface rust-test", |
26 | 26 | "interface:wasm": "cargo make --env MANIFEST_DIR=interface rust-build-wasm", |
27 | 27 | "program:format": "cargo make --env MANIFEST_DIR=program rust-format", |
28 | 28 | "program:lint": "cargo make --env MANIFEST_DIR=program rust-lint", |
29 | 29 | "program:lint:clippy": "cargo make --env MANIFEST_DIR=program rust-lint-clippy", |
30 | 30 | "program:lint:docs": "cargo make --env MANIFEST_DIR=program rust-lint-docs", |
31 | 31 | "program:lint:features": "cargo make --env MANIFEST_DIR=program rust-lint-features", |
32 | | - "program:publish": "tsx ./scripts/rust.mts publish program", |
| 32 | + "program:publish": "./scripts/publish-rust.sh program", |
33 | 33 | "program:build": "cargo make --env MANIFEST_DIR=program rust-build-sbf", |
34 | 34 | "program:test": "cargo make --env MANIFEST_DIR=program rust-test-sbf", |
35 | 35 | "template:upgrade": "tsx ./scripts/helpers/upgrade-template.ts" |
|
0 commit comments