Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 3b15200

Browse files
author
Achim Schneider
committed
debug
1 parent a5a5ce9 commit 3b15200

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/typescript.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,11 @@ jobs:
7979
run: make ts-install
8080

8181
- name: list
82-
run: ls
82+
run: ls /home/runner/work/ink-playground/ink-playground/packages/_generated/commontypes/src
8383

8484
- name: pwd
8585
run: pwd
8686

87-
- name: cd
88-
run: cd..
89-
9087
- name: Generate
9188
run: make generate
9289

crates/generate-bindings/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ fn main() -> std::io::Result<()> {
5050
let target = opts.target.unwrap();
5151
let target = format!("{:}/index.d.ts", target);
5252

53+
println!("{}", target);
54+
5355
type Api = (
5456
CompilationResult,
5557
CompilationRequest,

0 commit comments

Comments
 (0)