Skip to content

Commit 93cbb10

Browse files
authored
Fix npm publish workflow (#1583)
1 parent e008f4b commit 93cbb10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
rm -rf node_modules
2424
rm -rf coverage
2525
rm -rf docs
26+
npm install
2627
npm run compile
2728
npm publish

0 commit comments

Comments
 (0)