Skip to content

Commit cc004aa

Browse files
committed
fix: add package.json verification step to CI
1 parent 46ca82f commit cc004aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install dependencies
3434
run: pnpm install --frozen-lockfile
3535

36+
- name: Verify package.json before build
37+
run: cat package.json
38+
3639
- name: Build
3740
run: pnpm run build
3841

0 commit comments

Comments
 (0)