Skip to content

Commit d037bac

Browse files
authored
Fix broken bstracing CLI link (#7398)
* Fix bstracing CLI link * changelog * update artifact list
1 parent 26eeca6 commit d037bac

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
- Add shift (`<<`, `>>`, `>>>`) operators for `int` and `bigint`. https://github.com/rescript-lang/rescript/pull/7183
1818

19+
#### :bug: Bug fix
20+
21+
- Fix broken `bstracing` CLI location. https://github.com/rescript-lang/rescript/pull/7398
22+
1923
# 12.0.0-alpha.12
2024

2125
#### :bug: Bug fix
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"bin": {
4141
"bsc": "cli/bsc.js",
42-
"bstracing": "lib/bstracing.js",
42+
"bstracing": "cli/bstracing.js",
4343
"rescript": "cli/rescript.js",
4444
"rescript-tools": "cli/rescript-tools.js",
4545
"rewatch": "cli/rewatch.js"

packages/artifacts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CREDITS.md
55
LICENSE
66
README.md
77
cli/bsc.js
8+
cli/bstracing.js
89
cli/common/args.js
910
cli/common/bins.js
1011
cli/common/bsb.js
@@ -28,7 +29,6 @@ darwinarm64/rescript-tools.exe
2829
darwinarm64/rescript.exe
2930
darwinarm64/rewatch.exe
3031
docs/docson/build-schema.json
31-
lib/bstracing
3232
lib/es6/Belt.js
3333
lib/es6/Belt_Array.js
3434
lib/es6/Belt_Float.js

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@ __metadata:
24532453
typescript: "npm:5.8.2"
24542454
bin:
24552455
bsc: cli/bsc.js
2456-
bstracing: lib/bstracing.js
2456+
bstracing: cli/bstracing.js
24572457
rescript: cli/rescript.js
24582458
rescript-tools: cli/rescript-tools.js
24592459
rewatch: cli/rewatch.js

0 commit comments

Comments
 (0)