Skip to content

Commit 00b826c

Browse files
committed
Add react-devtools for bun
1 parent 9fd614c commit 00b826c

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if [[ "$platform" == windows-* ]]; then
4545
binary="${binary}.exe"
4646
fi
47-
bun build src/bin/cli.ts --compile --minify --external=react-devtools-core --target="bun-${platform}" --outfile="$binary"
47+
bun build src/bin/cli.ts --compile --minify --target="bun-${platform}" --outfile="$binary"
4848
done
4949
- name: Generate standalone binary checksums
5050
working-directory: release

package-lock.json

Lines changed: 35 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"jiti": "^2.4.2",
118118
"neostandard": "^0.13.0",
119119
"prettier": "^3.0.0",
120+
"react-devtools-core": "^7.0.1",
120121
"tsc-alias": "^1.8.2",
121122
"tsx": "^4.6.2",
122123
"typescript": "^6.0.3",

0 commit comments

Comments
 (0)