File tree Expand file tree Collapse file tree 3 files changed +24
-77
lines changed Expand file tree Collapse file tree 3 files changed +24
-77
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches : main
6
6
paths-ignore :
7
- - ' packages/docs/**'
8
- - ' packages/playground/**'
7
+ - ' packages/docs/**'
8
+ - ' packages/playground/**'
9
9
10
10
push :
11
11
branches :
12
- - ' **'
12
+ - ' **'
13
13
tags :
14
- - ' !**'
14
+ - ' !**'
15
15
paths-ignore :
16
- - ' packages/docs/**'
17
- - ' packages/playground/**'
16
+ - ' packages/docs/**'
17
+ - ' packages/playground/**'
18
18
19
19
jobs :
20
20
build :
21
21
if : github.repository == 'vuejs/router'
22
22
runs-on : ubuntu-latest
23
23
24
24
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/*'
Original file line number Diff line number Diff line change 36
36
- run : pnpm install
37
37
- run : pnpm run lint
38
38
- run : pnpm run -r build
39
- - run : pnpm run -r build:dts
40
39
- run : pnpm run -r test:types
41
40
- run : pnpm run -r test:unit
42
41
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments