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 4081a02 commit bdcc16aCopy full SHA for bdcc16a
.github/workflows/release.yml
@@ -100,8 +100,15 @@ jobs:
100
node-version: ${{ env.NODE_ACTIVE_LTS }}
101
- name: setup project
102
run: |
103
+ echo "::group::install project"
104
npm install --ignore-scripts --include=optional --loglevel=silly
105
+ echo "::endgroup::"
106
+ echo "::group::install code-style"
107
npm --prefix tools/code-style install --ignore-scripts --loglevel=silly
108
109
+ echo "::group::install docs-gen"
110
+ npm --prefix tools/docs-gen install --ignore-scripts --loglevel=silly
111
112
# no explicit npm build. if a build is required, it should be configured as prepublish/prepublishOnly script of npm.
113
- name: login to registries
114
0 commit comments