We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855fdc1 commit aaf4fc6Copy full SHA for aaf4fc6
.github/workflows/release.yml
@@ -47,10 +47,9 @@ jobs:
47
# with:
48
# github-token: ${{ secrets.github_token }}
49
# 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
+ - name: build files, docs
+ run: |
+ NODE_OPTIONS=--max-old-space-size=9000 npm run build
54
# # tsc && rollup -c && typedoc && sitedown manual/ -b docs/manual
55
- name: Test coverage
56
run: |
0 commit comments