0
Fork 0
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:
Juan Picado 2024-07-07 19:33:22 +02:00
parent 6aa850a8b4
commit fec5a46b22

View file

@ -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