Skip to content

Commit c3a1423

Browse files
chore: install dts-bundle in publish workflow (#490)
1 parent 408e1fa commit c3a1423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: 22
1616
registry-url: "https://registry.npmjs.org"
17+
- run: npm i -g dts-bundle
1718
- run: npm install
1819
- run: npm publish
1920
env:

0 commit comments

Comments
 (0)