0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00

update changeet

This commit is contained in:
Juan Picado 2024-01-14 10:17:05 +01:00
parent 2dbfde9b7d
commit 172691ef1d
2 changed files with 5 additions and 5 deletions

View file

@ -31,10 +31,10 @@ jobs:
env: env:
NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
- name: install pnpm - name: Install pnpm
run: npm i pnpm@8.9.0 -g run: |
env: corepack enable
NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }} corepack install
- name: setup pnpm config - name: setup pnpm config
run: pnpm config set store-dir $PNPM_CACHE_FOLDER run: pnpm config set store-dir $PNPM_CACHE_FOLDER

View file

@ -156,7 +156,7 @@
"ci:version": "run-s ci:version:changeset ci:version:install", "ci:version": "run-s ci:version:changeset ci:version:install",
"ci:version:install": "pnpm install --frozen-lockfile=false", "ci:version:install": "pnpm install --frozen-lockfile=false",
"ci:version:changeset": "changeset version", "ci:version:changeset": "changeset version",
"ci:publish": "changeset publish", "ci:publish": "changeset publish --tag next-7",
"ts:ref": "update-ts-references --discardComments", "ts:ref": "update-ts-references --discardComments",
"website": "pnpm --filter ...@verdaccio/website build", "website": "pnpm --filter ...@verdaccio/website build",
"ui:storybook:build": "pnpm --filter ...@verdaccio/ui-components build-storybook", "ui:storybook:build": "pnpm --filter ...@verdaccio/ui-components build-storybook",