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 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
1919jobs :
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/*'
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments