Skip to content

Commit d259b0a

Browse files
committed
chore: remove unnessessary build steps
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 7f6d697 commit d259b0a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,6 @@ jobs:
106106
- name: setup project
107107
run: |
108108
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-
echo "::endgroup::"
117-
echo "::group::install examples typescript mjs"
118-
npm run -- dev-setup:examples:ts-mjs --ignore-scripts --loglevel=silly
119-
echo "::endgroup::"
120109
- name: setup tools
121110
run: |
122111
echo "::group::install docs-gen deps"

0 commit comments

Comments
 (0)