Skip to content

Commit c1558c7

Browse files
committed
publint stuff
1 parent 69e71b8 commit c1558c7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Update npm to latest
2424
run: npm install -g npm@latest
2525

26+
- name: Install pnpm for publint
27+
run: npm install -g pnpm@10.20
28+
2629
- name: Extract version from release tag
2730
id: version
2831
run: |
@@ -39,8 +42,8 @@ jobs:
3942
- name: Build package
4043
run: npm run build --if-present
4144

42-
- name: Run tests
43-
run: npm test --if-present
45+
# - name: Run tests
46+
# run: npm test --if-present
4447

4548
- name: Publish to npm (Trusted Publishing)
4649
run: npm publish --access public

0 commit comments

Comments
 (0)