We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6074fa9 commit 07c702eCopy full SHA for 07c702e
script/auto-publish.ts
@@ -8,6 +8,7 @@ if ((await $`git status --porcelain`).stdout.toString().trim()) {
8
9
const version = (await $`npm show cubing version`).stdout.toString().trim();
10
11
+// TODO: https://github.com/oven-sh/bun/discussions/10181
12
const currentDependencyVersion: string = (
13
await $`cd app-template && npm ls cubing --json`.json()
14
).dependencies.cubing.version;
0 commit comments