mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
Update plugin-generator-e2e.yaml
This commit is contained in:
parent
6aa850a8b4
commit
fec5a46b22
1 changed files with 2 additions and 2 deletions
4
.github/workflows/plugin-generator-e2e.yaml
vendored
4
.github/workflows/plugin-generator-e2e.yaml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: publish
|
- name: publish
|
||||||
run: pnpm local:publish
|
run: pnpm local:publish
|
||||||
- name: install yeoman
|
- name: install yeoman
|
||||||
run: npm install -g yo@4
|
run: npm install -g yo@4 --loglevel=info
|
||||||
- name: install generator
|
- name: install generator
|
||||||
run: npm install -g generator-verdaccio-plugin --logginlevel=info --registry http://localhost:4873
|
run: npm install -g generator-verdaccio-plugin --loglevel=info --registry http://localhost:4873
|
||||||
# Future: add a test to verify the plugin is working with prompt
|
# Future: add a test to verify the plugin is working with prompt
|
||||||
|
|
Loading…
Reference in a new issue