Skip to content

Commit 7c7f809

Browse files
committed
[Makefile] Rename check-package-json to check-package.json.
1 parent bc3d676 commit 7c7f809

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- uses: oven-sh/setup-bun@v1
2222
- run: make setup
2323
- run: make build
24-
- run: make check-package-json
24+
- run: make check-package.json

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
build: setup
33
bun run ./script/build-esbuild-config.ts
44

5-
.PHONY: check-package-json
6-
check-package-json: build
5+
.PHONY: check-package.json
6+
check-package.json: build
77
./bin/package.json.ts check
88

99
.PHONY: check
10-
check: lint test build check-package-json
10+
check: lint test build check-package.json
1111

1212
.PHONY: test
1313
test: check-dependency-constraints
@@ -42,4 +42,4 @@ format:
4242
bun x @biomejs/biome check --write
4343

4444
.PHONY: prepublishOnly
45-
prepublishOnly: clean build check-package-json
45+
prepublishOnly: clean build check-package.json

0 commit comments

Comments
 (0)