Skip to content

Commit 6481cf6

Browse files
committed
chore: unused stuff
1 parent f2f95ea commit 6481cf6

File tree

3 files changed

+24
-77
lines changed

3 files changed

+24
-77
lines changed

.github/workflows/pkg.pr.new.yml

Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,39 @@ on:
44
pull_request:
55
branches: main
66
paths-ignore:
7-
- 'packages/docs/**'
8-
- 'packages/playground/**'
7+
- 'packages/docs/**'
8+
- 'packages/playground/**'
99

1010
push:
1111
branches:
12-
- '**'
12+
- '**'
1313
tags:
14-
- '!**'
14+
- '!**'
1515
paths-ignore:
16-
- 'packages/docs/**'
17-
- 'packages/playground/**'
16+
- 'packages/docs/**'
17+
- 'packages/playground/**'
1818

1919
jobs:
2020
build:
2121
if: github.repository == 'vuejs/router'
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- name: Checkout code
26-
uses: actions/checkout@v4
27-
with:
28-
fetch-depth: 0
29-
- uses: pnpm/action-setup@v4
30-
- uses: actions/setup-node@v4
31-
with:
32-
node-version: lts/*
33-
cache: pnpm
34-
35-
- name: Install
36-
run: pnpm install --frozen-lockfile
37-
38-
- name: Build
39-
run: pnpm -C packages/router build
40-
41-
- name: Build DTS
42-
run: pnpm -C packages/router build:dts
43-
44-
- name: Release
45-
run: pnpm dlx pkg-pr-new publish --compact --pnpm './packages/*'
25+
- name: Checkout code
26+
uses: actions/checkout@v4
27+
with:
28+
fetch-depth: 0
29+
- uses: pnpm/action-setup@v4
30+
- uses: actions/setup-node@v4
31+
with:
32+
node-version: lts/*
33+
cache: pnpm
34+
35+
- name: Install
36+
run: pnpm install --frozen-lockfile
37+
38+
- name: Build
39+
run: pnpm -C packages/router build
40+
41+
- name: Release
42+
run: pnpm dlx pkg-pr-new publish --compact --pnpm './packages/*'

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- run: pnpm install
3737
- run: pnpm run lint
3838
- run: pnpm run -r build
39-
- run: pnpm run -r build:dts
4039
- run: pnpm run -r test:types
4140
- run: pnpm run -r test:unit
4241

packages/router/api-extractor.json

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)