Skip to content

Commit

Permalink
Remove test-dist-bin-bunx for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 14, 2024
1 parent 691f262 commit 35de6ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ test-dist-lib-build-size: build-lib-js
test-dist-sites-experiments: playwright-install build-sites
${BUN} ./script/test/dist/sites/experiments.cubing.net/main.js
.PHONY: test-dist-bin
test-dist-bin: test-dist-bin-shebang test-dist-bin-npm-exec test-dist-bin-bunx
test-dist-bin: test-dist-bin-shebang test-dist-bin-npm-exec
.PHONY: test-dist-bin-shebang
test-dist-bin-shebang: build-bin
# Note: we're not testing the output, just that these don't exit with an error.
Expand All @@ -188,9 +188,6 @@ test-dist-bin-shebang: build-bin
.PHONY: test-dist-bin-npm-exec
test-dist-bin-npm-exec: build-bin
time ${NPM} exec scramble -- 222
.PHONY: test-dist-bin-bunx
test-dist-bin-bunx: build-bin
time ${BUN} x scramble 222 # TODO: why doesn't `bun x` take `--`?
.PHONY: format
format:
${BIOME} format --write ./script ./src
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
"test-dist-bin": "make test-dist-bin",
"test-dist-bin-shebang": "make test-dist-bin-shebang",
"test-dist-bin-npm-exec": "make test-dist-bin-npm-exec",
"test-dist-bin-bunx": "make test-dist-bin-bunx",
"format": "make format",
"setup": "make setup",
"quick-setup": "make quick-setup",
Expand Down

0 comments on commit 35de6ad

Please sign in to comment.