Skip to content

Commit 45840b1

Browse files
committed
incorporate review requests
1 parent 0a53877 commit 45840b1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
run: pnpm -s i
2323

2424
- name: Build MathJax
25-
run: pnpm -s build-all
25+
run: |
26+
./components/bin/version
27+
pnpm -s link:src
28+
pnpm -s build-all
2629
2730
- name: Publish to npm
2831
env:

0 commit comments

Comments
 (0)