We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6d697 commit d259b0aCopy full SHA for d259b0a
.github/workflows/release.yml
@@ -106,17 +106,6 @@ jobs:
106
- name: setup project
107
run: |
108
npm install --ignore-scripts --include=optional --loglevel=silly
109
- - name: setup examples
110
- run: |
111
- echo "::group::install example javascript"
112
- npm run -- dev-setup:examples:js --ignore-scripts --loglevel=silly
113
- echo "::endgroup::"
114
- echo "::group::install example typescript cjs"
115
- npm run -- dev-setup:examples:ts-cjs --ignore-scripts --loglevel=silly
116
117
- echo "::group::install examples typescript mjs"
118
- npm run -- dev-setup:examples:ts-mjs --ignore-scripts --loglevel=silly
119
120
- name: setup tools
121
122
echo "::group::install docs-gen deps"
0 commit comments