Skip to content

Commit 2b0236b

Browse files
authored
CALS-1241: Remove unused code and dependencies (#297)
* feat: remove all non-github repo related code * feat: cleanup unused code paths * fix: replace tsx with direct node invocation node can run ts files directly now * refactor: replace node-fetch with native fetch * refactor: replace semver with simple version check * refactor: replace sprintf-js with template literal * refactor: replace read with native readline * fix: use correct fmt makefile target * chore: format code
2 parents ebb0ee0 + cc2c273 commit 2b0236b

51 files changed

Lines changed: 74 additions & 4697 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
all: build
33

44
.PHONY: build
5-
build: clean install format lint-fix prepare build-cli test
5+
build: clean install fmt lint-fix prepare build-cli test
66

77
.PHONY: ci
88
ci: install fmt-check lint prepare build-cli test
@@ -40,7 +40,7 @@ fmt:
4040
npm run format
4141

4242
.PHONY: fmt-check
43-
format:
43+
fmt-check:
4444
npm run format:check
4545

4646
.PHONY: clean

0 commit comments

Comments
 (0)