0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

feat!: remove request (#3960)

This commit is contained in:
Juan Picado 2023-08-28 23:03:36 +02:00 committed by GitHub
parent 5a0ead5fb6
commit d40d0ff7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
195 changed files with 2177 additions and 3962 deletions

View file

@ -1,4 +1,4 @@
name: Docker publish to docker.io
name: Docker publish to docker.io (6.x)
on:
push:
@ -40,6 +40,7 @@ jobs:
images: ${{ github.repository }}
tag-custom: 6.x-next
tag-custom-only: ${{ github.ref == 'refs/heads/6.x' }}
tag-latest: false
tag-semver: |
{{version}}
{{major}}

View file

@ -7,7 +7,7 @@ on:
- 6.x
- 'jota/**'
- 'canary/**'
- '6x-refactor-test'
- 'new_proxy_5.x'
jobs:
release:
name: Release Snapshot

View file

@ -18,12 +18,14 @@ jobs:
docker run -d -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio:5
- name: login
run: npx npm-cli-login -u test -p 1234 -e test@domain.test -r http://localhost:4873
- name: Install
run: yarn
- name: Build
run: yarn build
- name: Types
run: yarn code:types
run: yarn code:types
- name: Bump up package
run: npm version prerelease --no-git-tag-version --preid $(date +%s%N)
run: npm version prerelease --no-git-tag-version --preid $(date +%s%N)
- name: publish verdaccio
run: npm publish --registry http://localhost:4873
- name: install verdaccio

2592
.pnp.cjs generated

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more