Skip to content

Commit

Permalink
refactor(cli)!: remove unused getLatestCoreTag function (#1439)
Browse files Browse the repository at this point in the history
* refactor(cli)!: ensure pnpm is installed on the machine running the CLI

* refactor(cli)!: ensure git is installed on the machine running the CLI

* refactor(cli)!: remove applyIntegration and --integration CLI flag

* refactor(cli)!: make cloneCatalyst clone `bigcommerce/catalyst`

* refactor(cli)!: remove unused getLatestCoreTag function
  • Loading branch information
matthewvolk authored Oct 10, 2024
1 parent d12c0d2 commit addf5e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 55 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-sheep-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigcommerce/create-catalyst": patch
---

Removes unused `getLatestCoreTag` function
39 changes: 0 additions & 39 deletions packages/create-catalyst/src/utils/get-latest-core-tag.spec.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/create-catalyst/src/utils/get-latest-core-tag.ts

This file was deleted.

0 comments on commit addf5e9

Please sign in to comment.