Skip to content

Commit aaf4fc6

Browse files
committed
ci: fixing semantic release build files
1 parent 855fdc1 commit aaf4fc6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ jobs:
4747
# with:
4848
# github-token: ${{ secrets.github_token }}
4949
# parallel-finished: true
50-
# - name: build files, docs
51-
# run: |
52-
# npm run compile
53-
# NODE_OPTIONS=--max-old-space-size=9000 npm run build
50+
- name: build files, docs
51+
run: |
52+
NODE_OPTIONS=--max-old-space-size=9000 npm run build
5453
# # tsc && rollup -c && typedoc && sitedown manual/ -b docs/manual
5554
- name: Test coverage
5655
run: |

0 commit comments

Comments
 (0)