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 dba82a8 commit 49ebc5eCopy full SHA for 49ebc5e
.github/workflows/test-publish.yaml
@@ -80,11 +80,9 @@ jobs:
80
- name: Install Dependencies
81
run: pnpm install --silent --frozen-lockfile --ignore-scripts
82
83
- - name: Run Local Npm Registry (Verdaccio) On Linux Or macOS
+ - name: Run Local Npm Registry (Verdaccio)
84
# verdaccio is private npm registry. [link](https://github.com/verdaccio/verdaccio/)
85
- if: startsWith(matrix.os, 'windows') == false # use an operrator "==" as "!startsWith(matrix.os, 'windows')" causes an error
86
- run: |
87
- docker compose -f verdaccio/docker-compose.yaml up --wait
+ run: docker compose -f verdaccio/docker-compose.yaml up --wait
88
89
- name: Publish To Local NPM Registry
90
run: |
0 commit comments