Skip to content

Commit 07c702e

Browse files
committed
[auto-publish.ts] Add a TODO.
1 parent 6074fa9 commit 07c702e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/auto-publish.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if ((await $`git status --porcelain`).stdout.toString().trim()) {
88

99
const version = (await $`npm show cubing version`).stdout.toString().trim();
1010

11+
// TODO: https://github.com/oven-sh/bun/discussions/10181
1112
const currentDependencyVersion: string = (
1213
await $`cd app-template && npm ls cubing --json`.json()
1314
).dependencies.cubing.version;

0 commit comments

Comments
 (0)