File tree Expand file tree Collapse file tree 3 files changed +5
-84
lines changed Expand file tree Collapse file tree 3 files changed +5
-84
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,7 @@ jobs:
110
110
# does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved
111
111
run : pnpm playwright install chromium
112
112
113
- - name : Restore dist cache
114
- uses : actions/cache@v4
115
- with :
116
- path : packages/*/dist
117
- key : build-vue-i18n-next-os-${{ matrix.os }}-${{ github.sha }}
118
-
119
- - name : Build
113
+ - name : Building
120
114
run : pnpm build
121
115
122
116
- name : Testing
@@ -132,6 +126,7 @@ jobs:
132
126
matrix :
133
127
node-version : [18]
134
128
os : [ubuntu-latest]
129
+
135
130
name : Nightly release
136
131
steps :
137
132
- name : Checkout codes
@@ -149,11 +144,8 @@ jobs:
149
144
- name : Install dependencies
150
145
run : pnpm install
151
146
152
- - name : Restore dist cache
153
- uses : actions/cache@v4
154
- with :
155
- path : dist
156
- key : ${{ matrix.os }}-node-v${{ matrix.node-version }}-${{ github.sha }}
147
+ - name : Building
148
+ run : pnpm build:nightly
157
149
158
150
- name : Release Nightly
159
151
if : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 87
87
},
88
88
"scripts" : {
89
89
"prepare" : " git config --local core.hooksPath .githooks" ,
90
- "prepublish" : " npm run build" ,
91
90
"changelog" : " gh-changelogen --repo=@intlify/vue-i18n-extensions" ,
92
91
"release" : " bumpp --commit \" release: v%s\" --push --tag" ,
93
92
"build" : " pnpm build:transpile && pnpm build:extract && pnpm build:docs" ,
93
+ "build:nightly" : " pnpm build:transpile && pnpm build:extract" ,
94
94
"build:docs" : " api-docs-gen ./temp/vue-i18n-extensions.api.json -c ./docsgen.config.js -o ./docs" ,
95
95
"build:extract" : " api-extractor run -l -c ./api-extractor.json --typescript-compiler-folder node_modules/typescript" ,
96
96
"build:transpile" : " tsc -p tsconfig.build.json" ,
You can’t perform that action at this time.
0 commit comments