forked from niki-timofe/verdaccio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: restore website build (verdaccio#1920)
- Loading branch information
1 parent
c103a82
commit 8f9467c
Showing
25 changed files
with
17,383 additions
and
6,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ on: | |
push: | ||
branches: | ||
- 5.x | ||
- 'changeset-release/5.x' | ||
- "changeset-release/5.x" | ||
pull_request: | ||
paths: | ||
- .github/workflows/ci.yml | ||
- 'packages/**' | ||
- 'jest/**' | ||
- 'package.json' | ||
- 'pnpm-workspace.yaml' | ||
- "packages/**" | ||
- "jest/**" | ||
- "package.json" | ||
- "pnpm-workspace.yaml" | ||
|
||
jobs: | ||
ci: | ||
|
@@ -25,22 +25,20 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
- name: Use Node ${{ matrix.node_version }} | ||
uses: actions/setup-node@v1 | ||
with: | ||
node_version: ${{ matrix.node_version }} | ||
- name: Install pnpm | ||
run: npm i -g pnpm | ||
- name: Install | ||
run: pnpm recursive install | ||
- name: Install packages | ||
run: pnpm install -r | ||
- name: Lint | ||
run: pnpm lint | ||
- name: Clean | ||
run: pnpm clean | ||
- name: Build | ||
run: pnpm build | ||
- name: Test | ||
run: pnpm test | ||
- uses: actions/[email protected] | ||
- name: Use Node ${{ matrix.node_version }} | ||
uses: actions/setup-node@v1 | ||
with: | ||
node_version: ${{ matrix.node_version }} | ||
- name: Install pnpm | ||
run: npm i -g pnpm | ||
- name: Install | ||
run: pnpm recursive install | ||
- name: Lint | ||
run: pnpm lint | ||
- name: Clean | ||
run: pnpm clean | ||
- name: Build | ||
run: pnpm build | ||
- name: Test | ||
run: pnpm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
always-auth = true | ||
recursive-install = true | ||
registry = https://registry.verdaccio.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.