diff --git a/.changeset/config.json b/.changeset/config.json index 0182354..c821a2e 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", "changelog": ["@changesets/changelog-github", { "repo": "variableland/dx" }], - "commit": false, + "commit": true, "fixed": [], "linked": [], "access": "restricted", diff --git a/.changeset/two-impalas-decide.md b/.changeset/two-impalas-decide.md new file mode 100644 index 0000000..6d3fac8 --- /dev/null +++ b/.changeset/two-impalas-decide.md @@ -0,0 +1,5 @@ +--- +"@vlandoss/run-run": patch +--- + +Remove test old comment diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 379d9c6..c9ea9d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: ⌛ Setup CI - uses: variableland/gh-actions/actions/setup-pnpm-bun@dev + uses: variableland/gh-actions/actions/setup-pnpm-bun@main - name: 💅 Test static run: pnpm rr check tsc @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v4 - name: ⌛ Setup CI - uses: variableland/gh-actions/actions/setup-pnpm-bun@dev + uses: variableland/gh-actions/actions/setup-pnpm-bun@main - name: 🚀 Create release PR or publish versions uses: changesets/action@v1 @@ -68,9 +68,9 @@ jobs: uses: actions/checkout@v4 - name: ⌛ Setup CI - uses: variableland/gh-actions/actions/setup-pnpm-bun@dev + uses: variableland/gh-actions/actions/setup-pnpm-bun@main - name: 🚀 Preview release - uses: variableland/gh-actions/actions/monorepo-preview-release@dev + uses: variableland/gh-actions/actions/monorepo-preview-release@main with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/packages/run-run/bin.ts b/packages/run-run/bin.ts index f0b2914..83e7273 100755 --- a/packages/run-run/bin.ts +++ b/packages/run-run/bin.ts @@ -1,7 +1,6 @@ #!/usr/bin/env bun import { main } from "./src/main"; -// Add test comment main({ binDir: __dirname, });