Skip to content

Commit 95f384d

Browse files
committed
chore: 修正发包
1 parent 731fd56 commit 95f384d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ jobs:
224224
- name: 安装依赖
225225
run: pnpm i --frozen-lockfile
226226

227+
- name: 打包
228+
run: pnpm build
229+
227230
- name: 发布到 NPM
228231
run: pnpm publish
229232
env:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uni-ku/define-page",
33
"type": "module",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"description": "Define uniapp pages.json dynamically.",
66
"author": "Edwin Xu <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)